diff options
Diffstat (limited to 'src/client/lua_api/scene/imesh.hpp')
| -rw-r--r-- | src/client/lua_api/scene/imesh.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/lua_api/scene/imesh.hpp b/src/client/lua_api/scene/imesh.hpp index bd33c07..925f12e 100644 --- a/src/client/lua_api/scene/imesh.hpp +++ b/src/client/lua_api/scene/imesh.hpp @@ -8,4 +8,7 @@ extern "C" { } #include <irrlicht.h> -int imesh_register(lua_State* L, irr::IrrlichtDevice* d); + +void makenewiscenecube(lua_State* L); +int newiscenecube(lua_State* L);//{v3 size}, {v3 origin}, mass +void imesh_register(lua_State* L); |
