axmol/scripting/lua/cocos2dx_support/Lua_extensions_CCB.h

15 lines
241 B
C
Raw Normal View History

#ifndef __LUA_EXTENSIONS_CCB_H__
#define __LUA_EXTENSIONS_CCB_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "tolua++.h"
#ifdef __cplusplus
}
#endif
TOLUA_API int tolua_extensions_ccb_open(lua_State* tolua_S);
#endif //__LUA_CCB_H__