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

2413 lines
2.5 KiB
C++
Raw Normal View History

#include "base/ccConfig.h"
2022-07-12 21:31:54 +08:00
#ifndef __axis_base_h__
#define __axis_base_h__
2014-03-10 14:04:58 +08:00
#include "tolua++.h"
2022-07-12 21:31:54 +08:00
int register_all_axis_base(lua_State* tolua_S);
2014-03-10 14:04:58 +08:00
2014-03-10 14:04:58 +08:00
2015-07-08 10:11:17 +08:00
2019-07-02 09:29:20 +08:00
2019-10-23 14:58:31 +08:00
2021-08-13 20:36:10 +08:00
2022-06-16 21:25:34 +08:00
2021-08-13 20:36:10 +08:00
2021-12-28 15:46:32 +08:00
2022-06-25 15:30:20 +08:00
2021-12-28 15:46:32 +08:00
2022-06-24 14:28:59 +08:00
2022-06-30 21:51:59 +08:00
2022-07-03 15:36:16 +08:00
2014-03-10 14:04:58 +08:00
2014-03-10 14:04:58 +08:00
2022-07-12 21:31:54 +08:00
#endif // __axis_base_h__