mirror of
https://github.com/Ryuzaki-MrL/savemii.git
synced 2026-03-30 05:56:08 -05:00
10 lines
185 B
C
10 lines
185 B
C
#pragma once
|
|
|
|
#include <coreinit/core.h>
|
|
#include <coreinit/dynload.h>
|
|
#include <proc_ui/procui.h>
|
|
#include <sysapp/launch.h>
|
|
|
|
bool AppRunning();
|
|
void initState();
|
|
void shutdownState(); |