Files
ac-decomp/include/dolphin/os/OSResetSW.h
T
2023-05-23 18:49:30 -04:00

17 lines
168 B
C

#ifndef OSRESETSW_H
#define OSRESETSW_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
BOOL OSGetResetSwitchState();
#ifdef __cplusplus
}
#endif
#endif