mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-27 23:46:02 -04:00
10 lines
138 B
C
10 lines
138 B
C
#ifndef AUDIOTHREAD_H
|
|
#define AUDIOTHREAD_H
|
|
|
|
#include "types.h"
|
|
|
|
extern "C"{
|
|
void StartAudioThread(void*, u32, u32, u32);
|
|
}
|
|
|
|
#endif |