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

33 lines
405 B
C++

#include "base/ccConfig.h"
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS)
#ifndef __axis_controller_h__
#define __axis_controller_h__
#include "tolua++.h"
int register_all_axis_controller(lua_State* tolua_S);
#endif // __axis_controller_h__
#endif //#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS)