From fa49161fe2d7e0a025c9fd8559815d56dfd1f427 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 15 Jul 2017 11:35:44 -0400 Subject: Added static physics things Added some phyics stuff! woo! * Added physics models from file * Added physics boxes * Added a maya camera * Added lights * Various refactoring --- src/client/lua_api/phys/bphysbox.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/lua_api/phys/bphysbox.hpp') diff --git a/src/client/lua_api/phys/bphysbox.hpp b/src/client/lua_api/phys/bphysbox.hpp index cad3d02..43285f2 100644 --- a/src/client/lua_api/phys/bphysbox.hpp +++ b/src/client/lua_api/phys/bphysbox.hpp @@ -9,3 +9,5 @@ extern "C" { #include int bphysbox_register(lua_State* L, irr::IrrlichtDevice* d); +static int bphyssetpos(lua_State *L); +static int bphysgetpos(lua_State *L); -- cgit v1.2.3-70-g09d2