mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-16 10:04:42 +03:00
chore(glue): clean up function declarations
This commit is contained in:
parent
c8a2748782
commit
7a89560c14
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user