mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
5e7b59f2fe
* fix returns * use standard C headers * struct/class mismatch * explicit this in template * switch variable scope * C standard compliance * & l-value
9 lines
117 B
C
9 lines
117 B
C
#ifndef OSDSP_H
|
|
#define OSDSP_H
|
|
|
|
#include "dolphin/dsp.h"
|
|
|
|
void DSPAddPriorTask(DSPTaskInfo*);
|
|
|
|
#endif /* OSDSP_H */
|