diff options
| author | jussi | 2023-05-10 21:21:40 +0300 |
|---|---|---|
| committer | jussi | 2023-05-10 21:21:40 +0300 |
| commit | b387742850a4d2d6b750f7cdc878ff00d7e4a5fb (patch) | |
| tree | 585ab2374c0c1821f85e0c1340ff44d6dd0fea5c /include/lrlgl.h | |
| parent | 1e58f551bbfb6a8ef4d83292685d7c3672385c8b (diff) | |
| download | reilua-enhanced-b387742850a4d2d6b750f7cdc878ff00d7e4a5fb.tar.gz reilua-enhanced-b387742850a4d2d6b750f7cdc878ff00d7e4a5fb.tar.bz2 reilua-enhanced-b387742850a4d2d6b750f7cdc878ff00d7e4a5fb.zip | |
DrawBillboardPro and rlglGetVersion.
Diffstat (limited to 'include/lrlgl.h')
| -rw-r--r-- | include/lrlgl.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
