Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
MWTrace.h
Go to the documentation of this file.
1#ifndef UTILS_COMMON_MWTRACE_H
2#define UTILS_COMMON_MWTRACE_H
3
4#include "dolphin/types.h"
5
6void MWTRACE(u8, char*, ...);
7
8#endif /* UTILS_COMMON_MWTRACE_H */
void MWTRACE(u8, char *,...)
Definition MWTrace.c:9
unsigned char u8
Definition types.h:8