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/ui/Menu.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/port/ui/Menu.h')
| -rw-r--r-- | src/port/ui/Menu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/port/ui/Menu.h b/src/port/ui/Menu.h index fc2a77556..9857737e6 100644 --- a/src/port/ui/Menu.h +++ b/src/port/ui/Menu.h @@ -3,7 +3,6 @@ #include <libultraship/libultraship.h> #include "UIWidgets.h" -#include "graphic/Fast3D/gfx_rendering_api.h" #include "MenuTypes.h" extern "C" { |
