mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-05 03:07:25 -04:00
11 lines
193 B
C
11 lines
193 B
C
#ifndef _IN_LIB_SPEAKER_H
|
|
#define _IN_LIB_SPEAKER_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void speakersSetMode(u8 mode);
|
|
void speaker00034104(s32 index, s32 arg1);
|
|
|
|
#endif
|