Files
tp/include/JSystem/JAudio2/JASReport.h
T

8 lines
110 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef JASREPORT_H
#define JASREPORT_H
2022-12-30 16:19:57 -07:00
void JASReport(const char* message, ...);
2021-03-28 22:49:05 +02:00
#endif /* JASREPORT_H */