summaryrefslogtreecommitdiff
path: root/src/engine/objects/Hedgehog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/objects/Hedgehog.cpp')
-rw-r--r--src/engine/objects/Hedgehog.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/engine/objects/Hedgehog.cpp b/src/engine/objects/Hedgehog.cpp
index a36853a91..a166cd348 100644
--- a/src/engine/objects/Hedgehog.cpp
+++ b/src/engine/objects/Hedgehog.cpp
@@ -6,8 +6,9 @@
extern "C" {
#include "render_objects.h"
#include "update_objects.h"
-#include "assets/yoshi_valley_data.h"
-#include "assets/common_data.h"
+#include "assets/models/tracks/yoshi_valley/yoshi_valley_data.h"
+#include "assets/textures/tracks/yoshi_valley/yoshi_valley_data.h"
+#include "assets/models/common_data.h"
#include "math_util.h"
#include "math_util_2.h"
#include "code_80086E70.h"