mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-09 18:43:45 +00:00
z64 - r
This commit is contained in:
parent
469f30120b
commit
d9a2a13b47
3 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@
|
|||
#include "message.h"
|
||||
#include "object.h"
|
||||
#include "pause.h"
|
||||
#include "z64room.h"
|
||||
#include "room.h"
|
||||
#include "z64scene.h"
|
||||
#include "z64sfx_source.h"
|
||||
#include "z64skybox.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef Z64ROOM_H
|
||||
#define Z64ROOM_H
|
||||
#ifndef ROOM_H
|
||||
#define ROOM_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "dma.h"
|
|
@ -22,7 +22,7 @@
|
|||
#include "audio.h"
|
||||
#include "play_state.h"
|
||||
#include "player.h"
|
||||
#include "z64room.h"
|
||||
#include "room.h"
|
||||
#include "z64save.h"
|
||||
#include "z64skin_matrix.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue