diff options
Diffstat (limited to 'src/engine/objects/Boos.cpp')
| -rw-r--r-- | src/engine/objects/Boos.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/engine/objects/Boos.cpp b/src/engine/objects/Boos.cpp index a22b0edd0..20b16355e 100644 --- a/src/engine/objects/Boos.cpp +++ b/src/engine/objects/Boos.cpp @@ -6,10 +6,11 @@ extern "C" { #include "render_objects.h" #include "update_objects.h" -#include "assets/banshee_boardwalk_data.h" -#include "assets/common_data.h" -#include "assets/boo_frames.h" -#include "assets/other_textures.h" +#include "assets/models/tracks/banshee_boardwalk/banshee_boardwalk_data.h" +#include "assets/textures/tracks/banshee_boardwalk/banshee_boardwalk_data.h" +#include "assets/models/common_data.h" +#include "assets/textures/boo_frames.h" +#include "assets/textures/other_textures.h" #include "math_util.h" #include "math_util_2.h" #include "code_80086E70.h" |
