blob: f38f31706a93ea764292bed13a5031b8a9ab49b4 (
plain)
1
2
3
4
5
6
7
|
#ifndef JSYSTEM_JUTILITY_JUTREPORT_H
#define JSYSTEM_JUTILITY_JUTREPORT_H
void JUTReport(int x_pos, int y_pos, const char* str, ...);
void JUTReport(int x_pos, int y_pos, int, const char* str, ...);
#endif
|