Loading [MathJax]/extensions/tex2jax.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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