mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-09 23:37:31 +08:00
8 lines
235 B
C++
8 lines
235 B
C++
#include "scripting/lua-bindings/manual/extra/lua_extra_manual.h"
|
|
#include "scripting/lua-bindings/manual/extra/lua_crypto_manual.h"
|
|
|
|
TOLUA_API int register_extra_manual_all(lua_State* tolua_S)
|
|
{
|
|
register_crypto_module(tolua_S);
|
|
}
|