mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-09 18:43:45 +00:00
z64 - h
This commit is contained in:
parent
8bd884ef3a
commit
2a2e2250b3
8 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef Z64HORSE_H
|
||||
#define Z64HORSE_H
|
||||
#ifndef HORSE_H
|
||||
#define HORSE_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "z64math.h"
|
|
@ -23,7 +23,7 @@
|
|||
#include "audio.h"
|
||||
#include "effect.h"
|
||||
#include "z64light.h"
|
||||
#include "z64horse.h"
|
||||
#include "horse.h"
|
||||
#include "z64play.h"
|
||||
#include "z64save.h"
|
||||
#include "z64skin_matrix.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include "printf.h"
|
||||
#include "regs.h"
|
||||
#include "translation.h"
|
||||
#include "z64horse.h"
|
||||
#include "horse.h"
|
||||
#include "z64play.h"
|
||||
#include "z64player.h"
|
||||
#include "z64save.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include "versions.h"
|
||||
#include "audio.h"
|
||||
#include "z64lifemeter.h"
|
||||
#include "z64horse.h"
|
||||
#include "horse.h"
|
||||
#include "z64ocarina.h"
|
||||
#include "z64play.h"
|
||||
#include "z64player.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "terminal.h"
|
||||
#include "z_lib.h"
|
||||
#include "face_reaction.h"
|
||||
#include "z64horse.h"
|
||||
#include "horse.h"
|
||||
#include "z64play.h"
|
||||
#include "z64player.h"
|
||||
#include "z64save.h"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "terminal.h"
|
||||
#include "z_lib.h"
|
||||
#include "effect.h"
|
||||
#include "z64horse.h"
|
||||
#include "horse.h"
|
||||
#include "z64play.h"
|
||||
#include "z64player.h"
|
||||
#include "z64save.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "z_lib.h"
|
||||
#include "audio.h"
|
||||
#include "effect.h"
|
||||
#include "z64horse.h"
|
||||
#include "horse.h"
|
||||
#include "z64play.h"
|
||||
#include "z64player.h"
|
||||
#include "z64save.h"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "sys_math3d.h"
|
||||
#include "z_lib.h"
|
||||
#include "actor.h"
|
||||
#include "z64horse.h"
|
||||
#include "horse.h"
|
||||
#include "z64player.h"
|
||||
#include "z64play.h"
|
||||
#include "z64save.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue