From 03e9226b5f6c3fe4d113759b3a023ee92d7b2d4f Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 19 Jul 2024 22:57:31 +0300 Subject: GetRayBoxCells. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 95184cf..e4fb569 100644 --- a/src/main.c +++ b/src/main.c @@ -2,7 +2,7 @@ #include "state.h" #include "lua_core.h" -inline static void printVersion() { +static inline void printVersion() { if ( VERSION_DEV ) { TraceLog( LOG_INFO, "ReiLua %d.%d.%d-Dev", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH ); } -- cgit v1.2.3