mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
8fd9f2ab5d
* start JSystem * JKRAram and JUTGamePad * started heap and thread * more JKernel * mostly finished JKernel * delete unused asm * JKRFileFinder * delete unused asm and match findNextFile * format * fix mtx_vec
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 |