diff options
| author | jussi | 2022-02-22 19:09:57 +0200 |
|---|---|---|
| committer | jussi | 2022-02-22 19:09:57 +0200 |
| commit | 30ae308c9b26b18096f3f993f4b6ad50ea6bfd76 (patch) | |
| tree | 4d44d290e078ff09ff848134d3e0f31ca9c5134d /include/core.h | |
| parent | a7f58b3261565b59e508c659ae3a7f1964a5bad5 (diff) | |
| download | reilua-enhanced-30ae308c9b26b18096f3f993f4b6ad50ea6bfd76.tar.gz reilua-enhanced-30ae308c9b26b18096f3f993f4b6ad50ea6bfd76.tar.bz2 reilua-enhanced-30ae308c9b26b18096f3f993f4b6ad50ea6bfd76.zip | |
Documentation, heightmap example and custom begin and end draw.
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index 8d855be..7a0655a 100644 --- a/include/core.h +++ b/include/core.h @@ -32,6 +32,8 @@ int lcoreDisableCursor( lua_State *L ); int lcoreIsCursorOnScreen( lua_State *L ); /* Drawing. */ int lcoreClearBackground( lua_State *L ); +int lcoreBeginDrawing( lua_State *L ); +int lcoreEndDrawing( lua_State *L ); int lcoreBeginBlendMode( lua_State *L ); int lcoreEndBlendMode( lua_State *L ); int lcoreBeginScissorMode( lua_State *L ); |
