axmol/extensions/scripting/lua-bindings/auto/axlua_controller_auto.hpp

33 lines
397 B
C++
Raw Normal View History

2019-11-23 20:27:39 +08:00
#include "base/ccConfig.h"
2022-07-16 10:43:05 +08:00
#if (AX_TARGET_PLATFORM == AX_PLATFORM_ANDROID || AX_TARGET_PLATFORM == AX_PLATFORM_IOS)
#ifndef __ax_controller_h__
#define __ax_controller_h__
2019-11-23 20:27:39 +08:00
#include "tolua++.h"
int register_all_ax_controller(lua_State* tolua_S);
2019-11-23 20:27:39 +08:00
#endif // __ax_controller_h__
2022-07-16 10:43:05 +08:00
#endif //#if (AX_TARGET_PLATFORM == AX_PLATFORM_ANDROID || AX_TARGET_PLATFORM == AX_PLATFORM_IOS)