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

33 lines
405 B
C++
Raw Normal View History

#include "base/ccConfig.h"
2022-07-15 19:17:01 +08:00
#if (AX_TARGET_PLATFORM == AX_PLATFORM_ANDROID || AX_TARGET_PLATFORM == AX_PLATFORM_IOS)
2022-07-12 21:31:54 +08:00
#ifndef __axis_controller_h__
#define __axis_controller_h__
#include "tolua++.h"
2022-07-12 21:31:54 +08:00
int register_all_axis_controller(lua_State* tolua_S);
2022-07-12 21:31:54 +08:00
#endif // __axis_controller_h__
2022-07-15 19:17:01 +08:00
#endif //#if (AX_TARGET_PLATFORM == AX_PLATFORM_ANDROID || AX_TARGET_PLATFORM == AX_PLATFORM_IOS)