diff options
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 |
