mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-26 07:38:48 -04:00
9 lines
121 B
C
9 lines
121 B
C
#ifndef OSDSP_H
|
|
#define OSDSP_H
|
|
|
|
#include "dolphin/dsp.h"
|
|
|
|
void DSPAddPriorTask(STRUCT_DSP_TASK*);
|
|
|
|
#endif /* OSDSP_H */
|