diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-12-26 00:57:52 -0500 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-12-26 00:57:52 -0500 |
| commit | 35b7c646fd7f80b64c1ef49b6d81f9df9bc1b940 (patch) | |
| tree | d345f620b51ae1ad1d7923e572a6b07ed8731ee5 /src/shared/lua_api/phys/bphysbox.hpp | |
| parent | cc12503339004bae2f945e7f7339fc845b2a194f (diff) | |
| download | brokengine-35b7c646fd7f80b64c1ef49b6d81f9df9bc1b940.tar.gz brokengine-35b7c646fd7f80b64c1ef49b6d81f9df9bc1b940.tar.bz2 brokengine-35b7c646fd7f80b64c1ef49b6d81f9df9bc1b940.zip | |
Major update
Diffstat (limited to 'src/shared/lua_api/phys/bphysbox.hpp')
| -rw-r--r-- | src/shared/lua_api/phys/bphysbox.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/lua_api/phys/bphysbox.hpp b/src/shared/lua_api/phys/bphysbox.hpp index c031037..96b58a7 100644 --- a/src/shared/lua_api/phys/bphysbox.hpp +++ b/src/shared/lua_api/phys/bphysbox.hpp @@ -11,4 +11,4 @@ extern "C" { #include "../common.h" void bphysbox_register(lua_State* L); -int newbphysbox(lua_State* L); +void makenewbphysbox(lua_State* L); |
