summaryrefslogtreecommitdiff
path: root/src/engine/objects
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-05 12:26:27 -0700
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-05 12:26:27 -0700
commite993944089e1aa8d967568a84107aa4b9c727228 (patch)
tree0009e5db3d9016ca112cb0445fe15de25efa2f30 /src/engine/objects
parent5ee24ab2aaa451442199bceccf519d9bb9e58dcf (diff)
Finishwide screen. Impl IVector2D MinimapDimensions
Diffstat (limited to 'src/engine/objects')
-rw-r--r--src/engine/objects/Crab.cpp2
-rw-r--r--src/engine/objects/Crab.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/objects/Crab.cpp b/src/engine/objects/Crab.cpp
index b05bc85e3..3a71e075d 100644
--- a/src/engine/objects/Crab.cpp
+++ b/src/engine/objects/Crab.cpp
@@ -2,6 +2,8 @@
#include <libultra/gbi.h>
#include "Crab.h"
#include <vector>
+#include "CoreMath.h"
+
#include "port/Game.h"
diff --git a/src/engine/objects/Crab.h b/src/engine/objects/Crab.h
index 281b080ca..4cadd3b87 100644
--- a/src/engine/objects/Crab.h
+++ b/src/engine/objects/Crab.h
@@ -3,6 +3,7 @@
#include <libultraship.h>
#include <vector>
#include "engine/objects/Object.h"
+#include "CoreMath.h"
#include "World.h"
extern "C" {