From 1529202e26a02461708784d8830475261893a537 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 19 Jun 2022 12:18:09 +0300 Subject: RLGL line width functions. --- include/lrlgl.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/lrlgl.h (limited to 'include/lrlgl.h') 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 ); -- cgit v1.2.3