Rename and split some files to create stagetable.c and stagemusic.c

This commit is contained in:
Ryan Dwyer
2022-03-20 15:10:30 +10:00
parent 988b42f287
commit 140b206505
24 changed files with 131 additions and 109 deletions
-3
View File
@@ -12,8 +12,5 @@ Gfx *func0f1762ac(Gfx *gdl);
Gfx *func0f1763f4(Gfx *gdl);
void *func0f176668(s32 arg0);
Gfx *func0f1766b4(Gfx *gdl);
s32 stageGetPrimaryTrack(s32 stagenum);
s32 stageGetAmbientTrack(s32 stagenum);
s32 stageGetNrgTrack(s32 stagenum);
#endif
+11
View File
@@ -0,0 +1,11 @@
#ifndef IN_GAME_STAGEMUSIC_H
#define IN_GAME_STAGEMUSIC_H
#include <ultra64.h>
#include "data.h"
#include "types.h"
s32 stageGetPrimaryTrack(s32 stagenum);
s32 stageGetAmbientTrack(s32 stagenum);
s32 stageGetNrgTrack(s32 stagenum);
#endif
@@ -1,5 +1,5 @@
#ifndef _IN_GAME_GAME_1655C0_H
#define _IN_GAME_GAME_1655C0_H
#ifndef _IN_GAME_STAGETABLE_H
#define _IN_GAME_STAGETABLE_H
#include <ultra64.h>
#include "data.h"
#include "types.h"