summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjussi2024-07-19 22:57:31 +0300
committerjussi2024-07-19 22:57:31 +0300
commit03e9226b5f6c3fe4d113759b3a023ee92d7b2d4f (patch)
tree44c801b37e675aa63a0b13c7548be33e765e5842 /src/main.c
parentc7b7975482bb33e7fb352c5759920748b6d3769b (diff)
downloadreilua-enhanced-03e9226b5f6c3fe4d113759b3a023ee92d7b2d4f.tar.gz
reilua-enhanced-03e9226b5f6c3fe4d113759b3a023ee92d7b2d4f.tar.bz2
reilua-enhanced-03e9226b5f6c3fe4d113759b3a023ee92d7b2d4f.zip
GetRayBoxCells.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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 );
}