Skip to content

Commit

Permalink
refactor lua bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Xrysnow committed May 17, 2021
1 parent 43827f7 commit 7db7502
Show file tree
Hide file tree
Showing 39 changed files with 11,206 additions and 25,412 deletions.
2 changes: 1 addition & 1 deletion frameworks/LuaBindings/LuaBindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LUA_REGISTER_MODULE(x_RenderMode, register_all_x_RenderMode);
#include "lua_Buffer_auto.hpp"
LUA_REGISTER_MODULE(x_Buffer, register_all_x_Buffer);
#include "lua_cc_configuration_auto.hpp"
LUA_REGISTER_MODULE(cc_configuration, register_all_cocos2dx_configuration);
LUA_REGISTER_MODULE(cc_configuration, register_all_cc_configuration);
#include "lua_cc_fix.h"
LUA_REGISTER_MODULE(cc_ui_fix, register_all_cocos2dx_fix);
#include "lua_cc_ext.hpp"
Expand Down
Loading

0 comments on commit 7db7502

Please sign in to comment.