mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04: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 |