diff options
Diffstat (limited to 'src/engine/objects/Mole.cpp')
| -rw-r--r-- | src/engine/objects/Mole.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/objects/Mole.cpp b/src/engine/objects/Mole.cpp index fe0211e1f..8478a1a39 100644 --- a/src/engine/objects/Mole.cpp +++ b/src/engine/objects/Mole.cpp @@ -10,18 +10,18 @@ extern "C" { #include "camera.h" #include "update_objects.h" #include "render_objects.h" -#include "actors.h" +#include "racing/actors.h" #include "code_80057C60.h" #include "code_80086E70.h" -#include "math_util.h" +#include "racing/math_util.h" #include "math_util_2.h" #include "code_80005FD0.h" -#include "some_data.h" -#include "ceremony_and_credits.h" +#include "textures/some_data.h" +#include "ending/ceremony_and_credits.h" #include "assets/models/tracks/moo_moo_farm/moo_moo_farm_data.h" #include "assets/textures/tracks/moo_moo_farm/moo_moo_farm_data.h" #include "sounds.h" -#include "external.h" +#include "audio/external.h" #include <assets/models/common_data.h> } |
