chore(glue): clean up function declarations

This commit is contained in:
fallenoak 2023-01-05 20:58:51 -06:00
parent c8a2748782
commit 7a89560c14
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -52,12 +52,12 @@ class CGlueMgr {
// Static functions
// TODO a1: const EVENT_DATA_IDLE*
static int32_t HandleDisplaySizeChanged(const CSizeEvent& event);
static int32_t Idle(const void*, void*);
static int32_t Idle(const void* a1, void* a2);
static void Initialize();
static void LoginServerLogin(const char* accountName, const char* password);
static void QuitGame();
static void Resume();
static void SetScreen(const char*);
static void SetScreen(const char* screen);
static void StatusDialogClick();
static void Suspend();
static void UpdateCurrentScreen(const char* screen);