feat: use log.c library in raylib

This commit is contained in:
2025-11-06 11:01:04 +13:00
parent 9afa70906c
commit ced85f0e53
7 changed files with 288 additions and 4 deletions
+1
View File
@@ -15,6 +15,7 @@ private:
ScriptEngine scriptEngine;
HotReload* hotReload;
bool scriptCompilationError;
FILE* logFile;
static const int WINDOW_WIDTH = 800;
static const int WINDOW_HEIGHT = 600;