mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +00:00
Skip compiling C-included files during the build (#1386)
* Update the makefile to skip .inc.c files when building * Rename all C-included source files to .inc.c
This commit is contained in:
parent
2f4c25da53
commit
1cb00350d9
41 changed files with 22 additions and 21 deletions
|
@ -140,7 +140,7 @@ static f32 sFlatWidth[41] = {
|
|||
8.6f, 8.3f, 8.2f, 8.1f, 7.2f, 6.7f, 5.9f, 4.9f, 2.7f, 0.0f, 0.0f, 0.0f, 0.0f,
|
||||
};
|
||||
|
||||
#include "z_boss_mo_colchk.c"
|
||||
#include "z_boss_mo_colchk.inc.c"
|
||||
|
||||
static BossMoEffect sEffects[BOSS_MO_EFFECT_COUNT];
|
||||
static s32 sSeed1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue