From 9b27daefc225752f3f24ea862e9c2be13f8addf6 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 18 Feb 2024 15:26:21 +0200 Subject: Process renamed to update to be more inline with naming of raylib and common convention. --- include/lua_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/lua_core.h b/include/lua_core.h index 59ebb8f..50ef43c 100644 --- a/include/lua_core.h +++ b/include/lua_core.h @@ -27,7 +27,7 @@ void assingGlobalFunction( const char *name, int ( *functionPtr )( lua_State* ) bool luaInit( int argn, const char **argc ); int luaTraceback( lua_State *L ); bool luaCallMain(); -void luaCallProcess(); +void luaCallUpdate(); void luaCallDraw(); void luaCallExit(); void luaRegister(); -- cgit v1.2.3