NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
NWC24Schedule.h
1#ifndef RVL_SDK_NWC24_SCHEDULE_H
2#define RVL_SDK_NWC24_SCHEDULE_H
3#include <revolution/NWC24/NWC24Schedule.h>
4#include <revolution/NWC24/NWC24Types.h>
5#include <types.h>
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10s32 NWC24SuspendScheduler(void);
11s32 NWC24ResumeScheduler(void);
12NWC24Err NWC24iRequestGenerateUserId(u64* idOut, u32* arg1);
13NWC24Err NWC24iTrySuspendForOpenLib(void);
14NWC24Err NWC24iResumeForCloseLib(void);
15
16#ifdef __cplusplus
17}
18#endif
19#endif