mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-17 12:39:46 +08:00
13 lines
262 B
C
13 lines
262 B
C
#ifndef __LUA_EXTRA_MANUAL_H_
|
|
#define __LUA_EXTRA_MANUAL_H_
|
|
|
|
extern "C" {
|
|
#include "lua.h"
|
|
#include "tolua++.h"
|
|
}
|
|
#include "scripting/lua-bindings/manual/tolua_fix.h"
|
|
|
|
TOLUA_API int register_extra_manual_all(lua_State* tolua_S);
|
|
|
|
#endif // __LUA_EXTRA_MANUAL_H_
|