summaryrefslogtreecommitdiff
path: root/src/engine/objects/CheepCheep.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-12-18 11:24:38 -0700
committerGitHub <noreply@github.com>2025-12-18 11:24:38 -0700
commitf0c2cea0eec6c49a335e9c044fcc28218e1ab749 (patch)
tree422128eeb081feffca8ad3ac87566a35358e077f /src/engine/objects/CheepCheep.h
parent99b56300556434580ed23edc27e5e7d982751e47 (diff)
Impl RandomItemTable class (#598)
* Impl RandomItem class * Refactor func * Impl RandomItemTable * Revert probability inaccuracy * Remove unnecessary comment * Fix compile, probably * As per review 1 --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/engine/objects/CheepCheep.h')
-rw-r--r--src/engine/objects/CheepCheep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/objects/CheepCheep.h b/src/engine/objects/CheepCheep.h
index 45b0ff435..bca65d100 100644
--- a/src/engine/objects/CheepCheep.h
+++ b/src/engine/objects/CheepCheep.h
@@ -3,7 +3,7 @@
#include <libultraship.h>
#include <vector>
#include "Object.h"
-#include "RegisterContent.h"
+#include "engine/registry/RegisterContent.h"
#include "engine/CoreMath.h"
#include "World.h"