Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JUTReport.h
Go to the documentation of this file.
1#ifndef JSYSTEM_JUTILITY_JUTREPORT_H
2#define JSYSTEM_JUTILITY_JUTREPORT_H
3
4void JUTReport(int x_pos, int y_pos, const char* str, ...);
5void JUTReport(int x_pos, int y_pos, int, const char* str, ...);
6
7#endif
void JUTReport(int x_pos, int y_pos, const char *str,...)
Definition JUTDbPrint.cpp:105
T cLib_calcTimer(T *value)
Definition c_lib.h:74