Files
perfect-dark/src/include/game/game_000000.h
T
Ryan Dwyer 58c22687ad Split game into many files
* Files were split by finding sequences of jr $ra, nop, nop.
* Game now links to rodata by symbol name in most places.
2019-11-16 10:31:38 +10:00

9 lines
133 B
C

#ifndef IN_GAME_GAME_000000_H
#define IN_GAME_GAME_000000_H
#include <ultra64.h>
#include "types.h"
u32 func0f000000(void);
#endif