mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 07:44:34 -04:00
13 lines
243 B
C
13 lines
243 B
C
#ifndef _IN_LIB_AUDIOMGR_H
|
|
#define _IN_LIB_AUDIOMGR_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
void amgrAllocateStack(void);
|
|
u32 amgrCreate(void);
|
|
void amgrStartThread(void);
|
|
OSMesgQueue *amgr00009118(void);
|
|
void amgrStopThread(void);
|
|
|
|
#endif
|