wut/include/coreinit/launch.h
2021-12-29 14:14:55 +01:00

22 lines
211 B
C

#pragma once
#include <wut.h>
/**
* \defgroup coreinit_launch Launch
* \ingroup coreinit
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
void
OSForceFullRelaunch();
#ifdef __cplusplus
}
#endif
/** @} */