mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
7 lines
207 B
C
7 lines
207 B
C
#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 |