diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-08-31 21:55:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-31 21:55:01 -0600 |
| commit | 19a056591a1a6f88f96d1ab26e502036cfa72351 (patch) | |
| tree | c7425e9104b073ebc07120c2b7efe963b7448805 /src/code_8003DC40.c | |
| parent | 1646344907099a8392932e617ad1b961a016bd42 (diff) | |
Match func in player_controller.c (#394)
* Match func
* Rename to player_controller.c
Diffstat (limited to 'src/code_8003DC40.c')
| -rw-r--r-- | src/code_8003DC40.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_8003DC40.c b/src/code_8003DC40.c index 9aa7e16f6..ab8d45309 100644 --- a/src/code_8003DC40.c +++ b/src/code_8003DC40.c @@ -2,7 +2,7 @@ #include <macros.h> #include "math_util.h" #include "common_structs.h" -#include "code_80027D00.h" +#include "player_controller.h" #include "code_8008C1D0.h" #include "code_8003DC40.h" |
