aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys/bcharactercontroller.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/lua_api/phys/bcharactercontroller.hpp')
-rw-r--r--src/shared/lua_api/phys/bcharactercontroller.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/lua_api/phys/bcharactercontroller.hpp b/src/shared/lua_api/phys/bcharactercontroller.hpp
index d6048a5..1c920de 100644
--- a/src/shared/lua_api/phys/bcharactercontroller.hpp
+++ b/src/shared/lua_api/phys/bcharactercontroller.hpp
@@ -9,3 +9,4 @@ extern "C" {
void bcharactercontroller_register(lua_State* L);
void makenewbcharactercontroller(lua_State* L);
+extern const luaL_reg bcharactercontroller_m[];