mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-05 17:23:32 -04:00
58c22687ad
* Files were split by finding sequences of jr $ra, nop, nop. * Game now links to rodata by symbol name in most places.
10 lines
157 B
C
10 lines
157 B
C
#ifndef IN_GAME_GAME_00C240_H
|
|
#define IN_GAME_GAME_00C240_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 func0f00c240(void);
|
|
u32 func0f00c390(void);
|
|
|
|
#endif
|