NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
NWC24Parser.h
1#ifndef RVL_SDK_NWC24_PARSER_H
2#define RVL_SDK_NWC24_PARSER_H
3#include <revolution/NWC24/NWC24Types.h>
4#include <types.h>
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9const char* NWC24GetMIMETypeStr(NWC24MIMEType type);
10const char* NWC24iGetMIMETypeSuffix(NWC24MIMEType type);
11const char* NWC24GetCharsetStr(NWC24Charset set);
12const char* NWC24GetEncodingStr(NWC24Encoding enc);
13
14#ifdef __cplusplus
15}
16#endif
17#endif