aboutsummaryrefslogtreecommitdiff
path: root/src/shared/lua_api/phys
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-10-29 15:54:50 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-10-29 15:54:50 -0400
commitcc12503339004bae2f945e7f7339fc845b2a194f (patch)
tree50f751c80d045c55ba7e1da5f37104c7628a4ec5 /src/shared/lua_api/phys
parent61c0c9f53d3a57ee7fd5db5faa74c4b51e2da396 (diff)
downloadbrokengine-cc12503339004bae2f945e7f7339fc845b2a194f.tar.gz
brokengine-cc12503339004bae2f945e7f7339fc845b2a194f.tar.bz2
brokengine-cc12503339004bae2f945e7f7339fc845b2a194f.zip
Added readme
Diffstat (limited to 'src/shared/lua_api/phys')
-rw-r--r--src/shared/lua_api/phys/bphysbox.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/lua_api/phys/bphysbox.hpp b/src/shared/lua_api/phys/bphysbox.hpp
index cdc4476..c031037 100644
--- a/src/shared/lua_api/phys/bphysbox.hpp
+++ b/src/shared/lua_api/phys/bphysbox.hpp
@@ -8,6 +8,7 @@ extern "C" {
#include <lualib.h>
}
#include <irrlicht.h>
+#include "../common.h"
void bphysbox_register(lua_State* L);
int newbphysbox(lua_State* L);