diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2026-07-23 02:02:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-22 18:02:58 -0600 |
| commit | 4c24ae2bc2294c96a81d296a68b6d404f34358e7 (patch) | |
| tree | 0a4d1fb0e353e1b14755d1a2c8d2fcc4d4c29b70 /src/code_80057C60.c | |
| parent | 022e0737d598e93429355db66c07be39e974926f (diff) | |
Refactor cmake (#721)
* some start of refactor
* Update SetFlags.cmake
* Update SetCmakeVar.cmake
* Update SetFlags.cmake
* Fix error int-convertion
* more refactor
* clean up include and source file
* fix link of lib
* fix a warning
* fix include in src/actors
* fix include in src/debug
* fix include in src/ending
* fix include in src/engine/actors
* fix include in src/engine/cameras
* fix include in src/engine/editor
* fix include in src/engine/objects
* fix include in src/engine/tracks
* fix include in src/port/ui
* fix include in src/racing
* fix include in src/engine/vehicles
* fix include in subfolder of src/engine
* fix include in src/engine
* fix include in src/enhancements
* fix include in src
* fix switch
* invert common and findlib
* Update SetFlags.cmake
* clean up some workflow
* some splification
* Update build.sh
* Update Game.h
* add header back
* Delete test_check.cmake
* continue
* Update common.cmake
Diffstat (limited to 'src/code_80057C60.c')
| -rw-r--r-- | src/code_80057C60.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_80057C60.c b/src/code_80057C60.c index 57eab27ab..3a9d04e7e 100644 --- a/src/code_80057C60.c +++ b/src/code_80057C60.c @@ -12,11 +12,11 @@ #include "camera.h" #include "code_80057C60.h" #include "main.h" -#include "actors.h" +#include "racing/actors.h" #include "code_800029B0.h" #include "racing/memory.h" #include <defines.h> -#include "math_util.h" +#include "racing/math_util.h" #include "math_util_2.h" #include "code_80005FD0.h" #include "render_player.h" @@ -26,7 +26,7 @@ #include "code_80086E70.h" #include "effects.h" #include <assets/models/data_800E8700.h> -#include "skybox_and_splitscreen.h" +#include "racing/skybox_and_splitscreen.h" #include <assets/models/common_data.h> #include "audio/external.h" #include "objects.h" |
