mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 22:41:14 +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
|
@ -25,7 +25,7 @@ void func_80B4BF2C(EnZl1* this, PlayState* play);
|
|||
|
||||
extern CutsceneData D_80B4C5D0[];
|
||||
|
||||
#include "z_en_zl1_camera_data.c"
|
||||
#include "z_en_zl1_camera_data.inc.c"
|
||||
|
||||
const ActorInit En_Zl1_InitVars = {
|
||||
ACTOR_EN_ZL1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue