NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
NWC24MsgCommit.h
1#ifndef RVL_SDK_NWC24_MSG_COMMIT_H
2#define RVL_SDK_NWC24_MSG_COMMIT_H
3#include <types.h>
4
5#include <revolution/NWC24/NWC24Types.h>
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10// Forward declarations
11typedef struct NWC24MsgObj NWC24MsgObj;
12
13NWC24Err NWC24CommitMsg(NWC24MsgObj*);
14
15#ifdef __cplusplus
16}
17#endif
18#endif