mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-02 11:29:39 -05:00
14 lines
221 B
C
14 lines
221 B
C
#pragma once
|
|
|
|
#include <api/SWA.h>
|
|
|
|
struct InstallerWizard
|
|
{
|
|
static inline bool s_isVisible = false;
|
|
|
|
static void Init();
|
|
static void Draw();
|
|
static void Shutdown();
|
|
static bool Run(bool skipGame);
|
|
};
|