mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-28 07:54:55 -04:00
9 lines
121 B
C
9 lines
121 B
C
#ifndef SYSTEM_H
|
|
#define SYSTEM_H
|
|
|
|
#include "types.h"
|
|
|
|
extern void Nas_InitAudio(u64* acmdBuf, s32 acmdBufSize);
|
|
|
|
#endif
|