mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 01:30:00 -04:00
7 lines
175 B
C
7 lines
175 B
C
#ifndef JSYSTEM_JUTILITY_JUTREPORT_H
|
|
#define JSYSTEM_JUTILITY_JUTREPORT_H
|
|
|
|
void JUTReport(int, int, const char*, ...);
|
|
void JUTReport(int, int, int, const char*, ...);
|
|
|
|
#endif |