aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/phys/bphysbox.hpp
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-07-15 11:35:44 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-07-15 11:35:44 -0400
commitfa49161fe2d7e0a025c9fd8559815d56dfd1f427 (patch)
treecb3a64e2d45ff9f675c256a94f5c1ccb01ec5a09 /src/client/lua_api/phys/bphysbox.hpp
parentb98dbac4ed2f755ce71bd9be17f26a3f86c1e3cc (diff)
downloadbrokengine-fa49161fe2d7e0a025c9fd8559815d56dfd1f427.tar.gz
brokengine-fa49161fe2d7e0a025c9fd8559815d56dfd1f427.tar.bz2
brokengine-fa49161fe2d7e0a025c9fd8559815d56dfd1f427.zip
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
Diffstat (limited to 'src/client/lua_api/phys/bphysbox.hpp')
-rw-r--r--src/client/lua_api/phys/bphysbox.hpp2
1 files changed, 2 insertions, 0 deletions
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 <irrlicht.h>
int bphysbox_register(lua_State* L, irr::IrrlichtDevice* d);
+static int bphyssetpos(lua_State *L);
+static int bphysgetpos(lua_State *L);