summaryrefslogtreecommitdiff
path: root/src/engine/objects/Thwomp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/objects/Thwomp.cpp')
-rw-r--r--src/engine/objects/Thwomp.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/engine/objects/Thwomp.cpp b/src/engine/objects/Thwomp.cpp
index b176dca70..5d97690d9 100644
--- a/src/engine/objects/Thwomp.cpp
+++ b/src/engine/objects/Thwomp.cpp
@@ -11,28 +11,28 @@
extern "C" {
#include "macros.h"
#include "main.h"
-#include "actors.h"
-#include "math_util.h"
+#include "racing/actors.h"
+#include "racing/math_util.h"
#include "sounds.h"
#include "update_objects.h"
#include "render_player.h"
-#include "external.h"
+#include "audio/external.h"
#include "bomb_kart.h"
-#include "collision.h"
+#include "racing/collision.h"
#include "code_80086E70.h"
#include "render_objects.h"
#include "code_80057C60.h"
#include "defines.h"
#include "code_80005FD0.h"
#include "math_util_2.h"
-#include "collision.h"
+#include "racing/collision.h"
#include "assets/models/tracks/bowsers_castle/bowsers_castle_data.h"
#include "assets/textures/tracks/bowsers_castle/bowsers_castle_data.h"
-#include "ceremony_and_credits.h"
+#include "ending/ceremony_and_credits.h"
#include "objects.h"
#include "update_objects.h"
#include "render_objects.h"
-#include "some_data.h"
+#include "textures/some_data.h"
#include "assets/models/common_data.h"
extern s8 gPlayerCount;
}