From 30ae308c9b26b18096f3f993f4b6ad50ea6bfd76 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 22 Feb 2022 19:09:57 +0200 Subject: Documentation, heightmap example and custom begin and end draw. --- include/core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/core.h') 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 ); -- cgit v1.2.3