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

2432 lines
2.5 KiB
C++
Raw Normal View History

2023-06-11 15:07:31 +08:00
#include "base/Config.h"
#ifndef __ax_base_h__
#define __ax_base_h__
2019-11-23 20:27:39 +08:00
#include "tolua++.h"
int register_all_ax_base(lua_State* tolua_S);
2019-11-23 20:27:39 +08:00
2021-08-13 20:36:10 +08:00
2021-08-13 20:36:10 +08:00
2022-06-25 15:30:20 +08:00
2022-06-24 14:28:59 +08:00
2023-05-31 20:31:31 +08:00
2022-06-24 14:28:59 +08:00
2022-10-12 07:33:16 +08:00
2023-01-01 18:21:43 +08:00
2023-09-11 00:38:28 +08:00
2023-09-19 21:53:04 +08:00
2023-09-11 00:38:28 +08:00
2023-12-05 00:37:10 +08:00
2023-11-06 00:27:00 +08:00
2023-12-05 17:28:54 +08:00
2019-11-23 20:27:39 +08:00
2022-08-11 11:03:29 +08:00
2019-11-23 20:27:39 +08:00
#endif // __ax_base_h__