Files
tp/include/JSystem/JAudio2/JASReport.h
T
2022-12-30 16:19:57 -07:00

9 lines
137 B
C

#ifndef JASREPORT_H
#define JASREPORT_H
#include "dolphin/types.h"
void JASReport(const char* message, ...);
#endif /* JASREPORT_H */