wut/include/coreinit/foreground.h
2016-07-27 00:39:25 -07:00

28 lines
298 B
C

#pragma once
#include <wut.h>
/**
* \defgroup coreinit_foreground Foreground Management
* \ingroup coreinit
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
void
OSEnableForegroundExit();
void
OSReleaseForeground();
void
OSSavesDone_ReadyToRelease();
#ifdef __cplusplus
}
#endif
/** @} */