mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-30 02:42:04 +00:00
z64 - e
This commit is contained in:
parent
9284398094
commit
9a39fb2f84
218 changed files with 221 additions and 221 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef Z64EFFECT_H
|
||||
#define Z64EFFECT_H
|
||||
#ifndef EFFECT_H
|
||||
#define EFFECT_H
|
||||
|
||||
#include "color.h"
|
||||
#include "romfile.h"
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _Z64ENVIRONMENT_H_
|
||||
#define _Z64ENVIRONMENT_H_
|
||||
#ifndef ENVIRONMENT_H_
|
||||
#define ENVIRONMENT_H_
|
||||
|
||||
#include "z64math.h"
|
||||
#include "z64light.h"
|
|
@ -2,7 +2,7 @@
|
|||
#define FILE_SELECT_STATE_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "z64environment.h"
|
||||
#include "environment.h"
|
||||
#include "z64game.h"
|
||||
#include "z64message.h"
|
||||
#include "z64skybox.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "bgcheck.h"
|
||||
#include "camera.h"
|
||||
#include "cutscene.h"
|
||||
#include "z64environment.h"
|
||||
#include "environment.h"
|
||||
#include "z64frame_advance.h"
|
||||
#include "z64game.h"
|
||||
#include "z64game_over.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include "avoid_ub.h"
|
||||
#include "ultra64.h"
|
||||
#include "bgcheck.h"
|
||||
#include "z64environment.h"
|
||||
#include "environment.h"
|
||||
#include "z64light.h"
|
||||
#include "z64math.h"
|
||||
#include "z64path.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue