mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +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
|
@ -44,7 +44,7 @@ const ActorInit Boss_Ganon2_InitVars = {
|
|||
(ActorFunc)BossGanon2_Draw,
|
||||
};
|
||||
|
||||
#include "z_boss_ganon2_data.c"
|
||||
#include "z_boss_ganon2_data.inc.c"
|
||||
|
||||
void BossGanon2_InitRand(s32 seedInit0, s32 seedInit1, s32 seedInit2) {
|
||||
sSeed1 = seedInit0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue