diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-05-15 10:30:39 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-15 10:30:39 -0600 |
| commit | e7415ec072ee1cdc99a49db658062d4de0b3301c (patch) | |
| tree | 5b01d3f1921e221d03b05ec101d10d7513624974 /src/port/Game.cpp | |
| parent | 0e35858050fd00e5871f0ac9d1684edc61251d49 (diff) | |
Fixes made so far (#198)
* Fixed compile
* Moved GetInterpreter() to a single function under the Engine.h
Diffstat (limited to 'src/port/Game.cpp')
| -rw-r--r-- | src/port/Game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/Game.cpp b/src/port/Game.cpp index 483971a48..2c0ec3a0a 100644 --- a/src/port/Game.cpp +++ b/src/port/Game.cpp @@ -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" |
