mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-06 01:28:25 -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_0C3620_H
|
|
#define IN_GAME_GAME_0C3620_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 func0f0c3620(void);
|
|
u32 func0f0c37c0(void);
|
|
|
|
#endif
|