GetRayBoxCells.

This commit is contained in:
jussi
2024-07-19 22:57:31 +03:00
parent c7b7975482
commit 03e9226b5f
10 changed files with 359 additions and 5 deletions

View File

@@ -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 );
}