coreinit: Add OSRestartGame function declaration

This commit is contained in:
Maschell 2022-07-23 19:05:04 +02:00 committed by fincs
parent a6018a7b33
commit 7418f20eca

View File

@ -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