summaryrefslogtreecommitdiff
path: root/include/lrlgl.h
diff options
context:
space:
mode:
authorjussi2022-06-19 12:18:09 +0300
committerjussi2022-06-19 12:18:09 +0300
commit1529202e26a02461708784d8830475261893a537 (patch)
tree134f627a4eb131f1daf0b3541fe925b7e5bcc6fb /include/lrlgl.h
parent7b26e0aa68fb45612083b8e6b5c970564804803d (diff)
downloadreilua-enhanced-1529202e26a02461708784d8830475261893a537.tar.gz
reilua-enhanced-1529202e26a02461708784d8830475261893a537.tar.bz2
reilua-enhanced-1529202e26a02461708784d8830475261893a537.zip
RLGL line width functions.
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 );