diff --git a/ld/gamefiles.inc b/ld/gamefiles.inc index 0bb3143fd..43a98d06f 100644 --- a/ld/gamefiles.inc +++ b/ld/gamefiles.inc @@ -118,7 +118,7 @@ build/ROMID/game/endscreen.o (section); \ build/ROMID/game/gamefile.o (section); \ build/ROMID/game/game_111600.o (section); \ - build/ROMID/game/bondview.o (section); \ + build/ROMID/game/bondhead.o (section); \ build/ROMID/game/padhalllv.o (section); \ build/ROMID/game/pad.o (section); \ build/ROMID/game/pak/pak.o (section); \ diff --git a/src/game/bondbike.c b/src/game/bondbike.c index d2166fadd..1e0ad7651 100644 --- a/src/game/bondbike.c +++ b/src/game/bondbike.c @@ -18,7 +18,7 @@ #include "game/game_097ba0.h" #include "game/game_0b3350.h" #include "game/game_0b63b0.h" -#include "game/bondview.h" +#include "game/bondhead.h" #include "game/game_167ae0.h" #include "game/pdoptions.h" #include "game/propobj.h" diff --git a/src/game/bondgrab.c b/src/game/bondgrab.c index 036fcf11c..65db5d81b 100644 --- a/src/game/bondgrab.c +++ b/src/game/bondgrab.c @@ -16,7 +16,7 @@ #include "game/game_095320.h" #include "game/game_097ba0.h" #include "game/game_0b63b0.h" -#include "game/bondview.h" +#include "game/bondhead.h" #include "game/propobj.h" #include "gvars/gvars.h" #include "lib/lib_04790.h" diff --git a/src/game/bondview.c b/src/game/bondhead.c similarity index 99% rename from src/game/bondview.c rename to src/game/bondhead.c index d67641231..127c2ccbe 100644 --- a/src/game/bondview.c +++ b/src/game/bondhead.c @@ -9,7 +9,7 @@ #include "game/data/data_020df0.h" #include "game/data/data_02da90.h" #include "game/game_096b20.h" -#include "game/bondview.h" +#include "game/bondhead.h" #include "gvars/gvars.h" #include "lib/lib_12dc0.h" #include "lib/lib_159b0.h" diff --git a/src/game/bondmove.c b/src/game/bondmove.c index 119d4870f..f48d51b38 100644 --- a/src/game/bondmove.c +++ b/src/game/bondmove.c @@ -24,7 +24,7 @@ #include "game/game_0b63b0.h" #include "game/bondcutscene.h" #include "game/game_0fd660.h" -#include "game/bondview.h" +#include "game/bondhead.h" #include "game/game_127910.h" #include "game/game_157db0.h" #include "game/game_167ae0.h" diff --git a/src/game/bondwalk.c b/src/game/bondwalk.c index 97b2ea754..709444ed8 100644 --- a/src/game/bondwalk.c +++ b/src/game/bondwalk.c @@ -20,7 +20,7 @@ #include "game/game_097ba0.h" #include "game/game_0b63b0.h" #include "game/game_111600.h" -#include "game/bondview.h" +#include "game/bondhead.h" #include "game/game_127910.h" #include "game/propobj.h" #include "gvars/gvars.h" diff --git a/src/game/game_0125a0.c b/src/game/game_0125a0.c index 0a979d2dc..4831b0ec3 100644 --- a/src/game/game_0125a0.c +++ b/src/game/game_0125a0.c @@ -9,7 +9,7 @@ #include "game/data/data_02da90.h" #include "game/game_0125a0.h" #include "game/game_013ee0.h" -#include "game/bondview.h" +#include "game/bondhead.h" #include "game/game_157db0.h" #include "game/pad.h" #include "gvars/gvars.h" diff --git a/src/include/game/bondview.h b/src/include/game/bondhead.h similarity index 91% rename from src/include/game/bondview.h rename to src/include/game/bondhead.h index 6c2811601..e560d554f 100644 --- a/src/include/game/bondview.h +++ b/src/include/game/bondhead.h @@ -1,5 +1,5 @@ -#ifndef IN_GAME_BONDVIEW_H -#define IN_GAME_BONDVIEW_H +#ifndef IN_GAME_BONDHEAD_H +#define IN_GAME_BONDHEAD_H #include #include "types.h"