diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-10-29 15:54:50 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-10-29 15:54:50 -0400 |
| commit | cc12503339004bae2f945e7f7339fc845b2a194f (patch) | |
| tree | 50f751c80d045c55ba7e1da5f37104c7628a4ec5 /src/shared/lua_api | |
| parent | 61c0c9f53d3a57ee7fd5db5faa74c4b51e2da396 (diff) | |
| download | brokengine-cc12503339004bae2f945e7f7339fc845b2a194f.tar.gz brokengine-cc12503339004bae2f945e7f7339fc845b2a194f.tar.bz2 brokengine-cc12503339004bae2f945e7f7339fc845b2a194f.zip | |
Added readme
Diffstat (limited to 'src/shared/lua_api')
| -rw-r--r-- | src/shared/lua_api/phys/bphysbox.hpp | 1 |
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); |
