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/engine/editor/EditorMath.h | |
| parent | 0e35858050fd00e5871f0ac9d1684edc61251d49 (diff) | |
Fixes made so far (#198)
* Fixed compile
* Moved GetInterpreter() to a single function under the Engine.h
Diffstat (limited to 'src/engine/editor/EditorMath.h')
| -rw-r--r-- | src/engine/editor/EditorMath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/editor/EditorMath.h b/src/engine/editor/EditorMath.h index abc694976..d5d75fe13 100644 --- a/src/engine/editor/EditorMath.h +++ b/src/engine/editor/EditorMath.h @@ -6,6 +6,8 @@ #include "../CoreMath.h" #include <vector> #include "GameObject.h" +#include <graphic/Fast3D/Fast3dWindow.h> +#include <graphic/Fast3D/interpreter.h> extern "C" { #include "common_structs.h" |
