From b387742850a4d2d6b750f7cdc878ff00d7e4a5fb Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 10 May 2023 21:21:40 +0300 Subject: DrawBillboardPro and rlglGetVersion. --- include/lrlgl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/lrlgl.h') diff --git a/include/lrlgl.h b/include/lrlgl.h index 4394f00..c307302 100644 --- a/include/lrlgl.h +++ b/include/lrlgl.h @@ -3,3 +3,5 @@ /* General render state. */ int lrlglSetLineWidth( lua_State *L ); int lrlglGetLineWidth( lua_State *L ); +/* Initialization functions */ +int lrlglGetVersion( lua_State *L ); \ No newline at end of file -- cgit v1.2.3