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

33 lines
405 B
C++
Raw Normal View History

2019-11-23 20:27:39 +08:00
#include "base/ccConfig.h"
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS)
2022-07-12 21:31:54 +08:00
#ifndef __axis_controller_h__
#define __axis_controller_h__
2019-11-23 20:27:39 +08:00
#include "tolua++.h"
2022-07-12 21:31:54 +08:00
int register_all_axis_controller(lua_State* tolua_S);
2019-11-23 20:27:39 +08:00
2022-07-12 21:31:54 +08:00
#endif // __axis_controller_h__
#endif //#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS)