#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