mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-25 07:02:50 -04:00
16 lines
187 B
C
16 lines
187 B
C
#ifndef AUDIOTHREAD_H
|
|
#define AUDIOTHREAD_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void StartAudioThread(void*, u32, u32, u32);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |