diff options
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index 7a0655a..cead79f 100644 --- a/include/core.h +++ b/include/core.h @@ -16,6 +16,7 @@ int lcoreClearWindowState( lua_State *L ); int lcoreIsWindowResized( lua_State *L ); int lcoreSetWindowIcon( lua_State *L ); int lcoreSetWindowTitle( lua_State *L ); +int lcoreCloseWindow( lua_State *L ); /* Timing. */ int lcoreSetTargetFPS( lua_State *L ); int lcoreGetFrameTime( lua_State *L ); |
