mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
10 lines
148 B
C
10 lines
148 B
C
#ifndef DSPINTERFACE_H
|
|
#define DSPINTERFACE_H
|
|
|
|
#include "types.h"
|
|
|
|
extern void DSP_InitBuffer(void);
|
|
extern void DSP_InvalChannelAll(void);
|
|
|
|
#endif
|