Files
Jcw87 5e7b59f2fe Improve compiler compatibility (#743)
* fix returns

* use standard C headers

* struct/class mismatch

* explicit this in template

* switch variable scope

* C standard compliance

* & l-value
2025-04-29 12:49:09 -04:00

9 lines
117 B
C

#ifndef OSDSP_H
#define OSDSP_H
#include "dolphin/dsp.h"
void DSPAddPriorTask(DSPTaskInfo*);
#endif /* OSDSP_H */