mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-09 18:43:45 +00:00
z64 - b
This commit is contained in:
parent
b953761a27
commit
98e3b3869b
7 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef Z64BGCHECK_H
|
||||
#define Z64BGCHECK_H
|
||||
#ifndef BGCHECK_H
|
||||
#define BGCHECK_H
|
||||
|
||||
#include "ultra64/ultratypes.h"
|
||||
#include "z64math.h"
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "z_lib.h"
|
||||
#include "actor.h"
|
||||
#include "z64bgcheck.h"
|
||||
#include "bgcheck.h"
|
||||
#include "z64play.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue