mirror of
https://github.com/zeldaret/tp
synced 2026-05-25 07:23:14 -04:00
2275eb710b
* Work on J2DMaterialFactory * J3DUClipper OK * Work on JAISoundStarter * JAISoundHandles OK * JAISoundInfo OK * Fix JAISound::isStopping * Work on J2DTextBoxEx * dspproc OK * osdsp OK * osdsp_task OK * Work on dsptask * Import some JASCalc code * JASCallback OK * JASOscillator OK * JASLfo OK
13 lines
218 B
C
13 lines
218 B
C
#ifndef OSDSP_H
|
|
#define OSDSP_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
struct DSPTaskInfo;
|
|
struct STRUCT_DSP_TASK;
|
|
|
|
extern "C" DSPTaskInfo* DSPAddTask(DSPTaskInfo*);
|
|
void DSPAddPriorTask(STRUCT_DSP_TASK*);
|
|
|
|
#endif /* OSDSP_H */
|