Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JAHioUtil.h
Go to the documentation of this file.
1#ifndef JAHIOUTIL_H
2#define JAHIOUTIL_H
3
4namespace JAHioUtil {
5 char* getString(const char* msg, ...);
6
7 extern char mStringBuffer[];
8}
9
10#endif /* JAHIOUTIL_H */
Definition JAHioUtil.h:4
char * getString(const char *msg,...)
Definition JAHioUtil.cpp:8
char mStringBuffer[]
Definition JAHioUtil.cpp:6