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

161 lines
316 B
C++
Raw Normal View History

2019-11-23 20:27:39 +08:00
#include "base/ccConfig.h"
2022-08-08 18:02:17 +08:00
#ifndef __axys_3d_h__
#define __axys_3d_h__
2019-11-23 20:27:39 +08:00
#include "tolua++.h"
2022-08-08 18:02:17 +08:00
int register_all_axys_3d(lua_State* tolua_S);
2019-11-23 20:27:39 +08:00
2019-11-23 20:27:39 +08:00
2022-07-12 21:31:54 +08:00
2022-08-08 18:02:17 +08:00
#endif // __axys_3d_h__