mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-28 16:00:45 -04:00
9 lines
108 B
C
9 lines
108 B
C
#ifndef DSPDRIVER_H
|
|
#define DSPDRIVER_H
|
|
|
|
#include "types.h"
|
|
|
|
extern void UpdateDSPchannelAll(void);
|
|
|
|
#endif
|