mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-20 15:31:10 -04:00
13 lines
227 B
C
13 lines
227 B
C
#ifndef _IN_LIB_LIB_3D280_H
|
|
#define _IN_LIB_LIB_3D280_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
u32 func0003d280(void);
|
|
u32 __n_mapVoice(void);
|
|
u32 __n_lookupSoundQuick(void);
|
|
u32 func0003d9cc(void);
|
|
|
|
#endif
|