From bced528a07a2ff1591455e4c4228ec18f8e0532d Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 10 Apr 2017 19:55:02 -0400 Subject: Added getpos and setpos functions for scene nodes --- src/client/lua_api/scene/imesh.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/client/lua_api/scene/imesh.hpp (limited to 'src/client/lua_api/scene/imesh.hpp') diff --git a/src/client/lua_api/scene/imesh.hpp b/src/client/lua_api/scene/imesh.hpp new file mode 100644 index 0000000..bd33c07 --- /dev/null +++ b/src/client/lua_api/scene/imesh.hpp @@ -0,0 +1,11 @@ + +#include +#include +extern "C" { + #include + #include + #include +} +#include + +int imesh_register(lua_State* L, irr::IrrlichtDevice* d); -- cgit v1.2.3-70-g09d2