mirror of
https://github.com/encounter/ac-decomp.git
synced 2026-03-30 10:57:04 -07: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
|