1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-09 18:43:45 +00:00
This commit is contained in:
fig02 2025-04-28 11:09:19 -04:00
parent 469f30120b
commit d9a2a13b47
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,5 +1,5 @@
#ifndef Z64ROOM_H
#define Z64ROOM_H
#ifndef ROOM_H
#define ROOM_H
#include "ultra64.h"
#include "dma.h"

View file

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