mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-16 20:47:53 -04:00
Rename and split some files to create stagetable.c and stagemusic.c
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user