NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
OSExec.h
1
#ifndef RVL_SDK_OS_EXEC_H
2
#define RVL_SDK_OS_EXEC_H
3
#include <types.h>
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
typedef
struct
OSExecParams
{
9
UNKWORD WORD_0x0;
10
UNKWORD WORD_0x4;
11
char
UNK_0x8[0x4];
12
void
* regionStart;
// at 0xC
13
void
* regionEnd;
// at 0x10
14
char
UNK_0x14[0x1C - 0x14];
15
}
OSExecParams
;
16
17
extern
BOOL __OSInReboot;
18
19
void
__OSGetExecParams(
OSExecParams
* out);
20
void
__OSLaunchMenu(
void
);
21
22
#ifdef __cplusplus
23
}
24
#endif
25
#endif
OSExecParams
Definition
OSExec.h:8
include
lib
revolution
OS
OSExec.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2