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

67 lines
226 B
C++
Raw Normal View History

2022-08-08 18:02:17 +08:00
#include "base/ccConfig.h"
#ifndef __ax_spine_h__
#define __ax_spine_h__
2022-08-08 18:02:17 +08:00
#include "tolua++.h"
int register_all_ax_spine(lua_State* tolua_S);
2022-08-08 18:02:17 +08:00
#endif // __ax_spine_h__