summaryrefslogtreecommitdiff
path: root/include/lrlgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lrlgl.h')
-rw-r--r--include/lrlgl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/lrlgl.h b/include/lrlgl.h
new file mode 100644
index 0000000..4394f00
--- /dev/null
+++ b/include/lrlgl.h
@@ -0,0 +1,5 @@
+#pragma once
+
+/* General render state. */
+int lrlglSetLineWidth( lua_State *L );
+int lrlglGetLineWidth( lua_State *L );