coreinit: Add OSShutdown function declaration

This commit is contained in:
Maschell 2022-07-23 19:23:59 +02:00 committed by fincs
parent 7418f20eca
commit 107105e757

View File

@ -18,6 +18,9 @@ OSForceFullRelaunch();
void
OSRestartGame(int argc, char *argv[]);
BOOL
OSShutdown();
#ifdef __cplusplus
}
#endif