1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-09 18:43:45 +00:00
This commit is contained in:
fig02 2025-04-28 09:23:13 -04:00
parent b953761a27
commit 98e3b3869b
7 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
#ifndef Z64BGCHECK_H
#define Z64BGCHECK_H
#ifndef BGCHECK_H
#define BGCHECK_H
#include "ultra64/ultratypes.h"
#include "z64math.h"

View file

@ -6,7 +6,7 @@
#include "prerender.h"
#include "transition_tile.h"
#include "actor.h"
#include "z64bgcheck.h"
#include "bgcheck.h"
#include "z64camera.h"
#include "z64cutscene.h"
#include "z64environment.h"

View file

@ -3,7 +3,7 @@
#include "avoid_ub.h"
#include "ultra64.h"
#include "z64bgcheck.h"
#include "bgcheck.h"
#include "z64environment.h"
#include "z64light.h"
#include "z64math.h"

View file

@ -3,7 +3,7 @@
#include "translation.h"
#include "ultra64.h"
#include "actor.h"
#include "z64bgcheck.h"
#include "bgcheck.h"
#include "z64player.h"
#include "z64skin_matrix.h"

View file

@ -1,6 +1,6 @@
#include "z_lib.h"
#include "actor.h"
#include "z64bgcheck.h"
#include "bgcheck.h"
#include "z64play.h"
/**

View file

@ -9,7 +9,7 @@
#include "terminal.h"
#include "translation.h"
#include "z_lib.h"
#include "z64bgcheck.h"
#include "bgcheck.h"
#include "z64play.h"
#include "z64player.h"
#include "z64skin_matrix.h"

View file

@ -6,7 +6,7 @@
#include "z_eff_ss_solder_srch_ball.h"
#include "z64bgcheck.h"
#include "bgcheck.h"
#include "z64effect.h"
#include "z64play.h"
#include "z64player.h"