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/Variables.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/Variables.cpp')
| -rw-r--r-- | src/port/Variables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/Variables.cpp b/src/port/Variables.cpp index e0afab0ac..9609f1b45 100644 --- a/src/port/Variables.cpp +++ b/src/port/Variables.cpp @@ -1,5 +1,5 @@ #include <libultraship.h> -#include <Fast3D/gfx_pc.h> +#include <graphic/Fast3D/Fast3dWindow.h> extern "C" { |
