aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/video/draw.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/lua_api/video/draw.hpp')
-rw-r--r--src/client/lua_api/video/draw.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/lua_api/video/draw.hpp b/src/client/lua_api/video/draw.hpp
new file mode 100644
index 0000000..eb5a9a7
--- /dev/null
+++ b/src/client/lua_api/video/draw.hpp
@@ -0,0 +1,8 @@
+
+extern "C" {
+ #include <lua.h>
+ #include <lauxlib.h>
+ #include <lualib.h>
+}
+
+void draw_register(lua_State* L);