From 2831e232b886c5e3b0791ea5192f9e5194e6abf3 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Fri, 9 Mar 2018 23:55:49 -0500 Subject: Added IGUIImages Added the ability to display itextures on the gui --- src/client/lua_api/video/smaterial.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/client/lua_api/video/smaterial.hpp (limited to 'src/client/lua_api/video/smaterial.hpp') diff --git a/src/client/lua_api/video/smaterial.hpp b/src/client/lua_api/video/smaterial.hpp new file mode 100644 index 0000000..7457d69 --- /dev/null +++ b/src/client/lua_api/video/smaterial.hpp @@ -0,0 +1,8 @@ + +extern "C" { + #include + #include + #include +} + +void smaterial_register(lua_State* L); -- cgit v1.2.3-70-g09d2