1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-30 02:42:04 +00:00
This commit is contained in:
fig02 2025-04-28 10:06:02 -04:00
parent 9284398094
commit 9a39fb2f84
218 changed files with 221 additions and 221 deletions

View file

@ -1,5 +1,5 @@
#ifndef Z64EFFECT_H
#define Z64EFFECT_H
#ifndef EFFECT_H
#define EFFECT_H
#include "color.h"
#include "romfile.h"

View file

@ -1,5 +1,5 @@
#ifndef _Z64ENVIRONMENT_H_
#define _Z64ENVIRONMENT_H_
#ifndef ENVIRONMENT_H_
#define ENVIRONMENT_H_
#include "z64math.h"
#include "z64light.h"

View file

@ -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"

View file

@ -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"

View file

@ -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"