Files
tp/include/JSystem/JUtility/JUTReport.h
T

7 lines
207 B
C
Raw Normal View History

2021-05-03 02:03:24 +02:00
#ifndef JSYSTEM_JUTILITY_JUTREPORT_H
#define JSYSTEM_JUTILITY_JUTREPORT_H
2022-06-01 03:49:32 -07:00
void JUTReport(int x_pos, int y_pos, const char* str, ...);
void JUTReport(int x_pos, int y_pos, int, const char* str, ...);
2021-05-03 02:03:24 +02:00
#endif