Fixes made so far (#198)

* Fixed compile

* Moved GetInterpreter() to a single function under the Engine.h
This commit is contained in:
MegaMech
2025-05-15 10:30:39 -06:00
committed by GitHub
parent 0e35858050
commit e7415ec072
18 changed files with 76 additions and 36 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "Game.h"
#include "port/Engine.h"
#include <Fast3D/gfx_pc.h>
#include <graphic/Fast3D/Fast3dWindow.h>
#include "engine/World.h"
#include "engine/courses/Course.h"
#include "engine/courses/MarioRaceway.h"