Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
OSResetSW.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_OSRESETSW_H_
2#define _DOLPHIN_OSRESETSW_H_
3
4#include <dolphin/types.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10typedef void (*OSResetCallback)(void);
11
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif
OSResetCallback OSSetResetCallback(OSResetCallback callback)
Definition OSResetSW.c:32
BOOL OSGetResetSwitchState(void)
Definition OSResetSW.c:107
BOOL OSGetResetButtonState(void)
Definition OSResetSW.c:50
void(* OSResetCallback)(void)
Definition OSResetSW.h:10
int BOOL
Definition types.h:30