mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-25 15:05:09 -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
|