mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-25 16:20:20 -05:00
coreinit: Add OSRestartGame function declaration
This commit is contained in:
parent
a6018a7b33
commit
7418f20eca
|
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <wut.h>
|
||||
|
||||
/**
|
||||
|
|
@ -14,6 +15,9 @@ extern "C" {
|
|||
void
|
||||
OSForceFullRelaunch();
|
||||
|
||||
void
|
||||
OSRestartGame(int argc, char *argv[]);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user