diff options
Diffstat (limited to 'src/engine/objects/Snowman.cpp')
| -rw-r--r-- | src/engine/objects/Snowman.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/objects/Snowman.cpp b/src/engine/objects/Snowman.cpp index c68088ed0..263107fa2 100644 --- a/src/engine/objects/Snowman.cpp +++ b/src/engine/objects/Snowman.cpp @@ -1,5 +1,5 @@ #include "Snowman.h" -#include "World.h" +#include "engine/World.h" extern "C" { #include "render_objects.h" @@ -7,7 +7,7 @@ extern "C" { #include "assets/models/tracks/frappe_snowland/frappe_snowland_data.h" #include "assets/textures/tracks/frappe_snowland/frappe_snowland_data.h" #include "assets/models/common_data.h" -#include "math_util.h" +#include "racing/math_util.h" #include "math_util_2.h" #include "code_80086E70.h" #include "code_80057C60.h" |
