mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(glue): clean up function declarations
This commit is contained in:
parent
c8a2748782
commit
7a89560c14
1 changed files with 2 additions and 2 deletions
|
|
@ -52,12 +52,12 @@ class CGlueMgr {
|
||||||
// Static functions
|
// Static functions
|
||||||
// TODO a1: const EVENT_DATA_IDLE*
|
// TODO a1: const EVENT_DATA_IDLE*
|
||||||
static int32_t HandleDisplaySizeChanged(const CSizeEvent& event);
|
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 Initialize();
|
||||||
static void LoginServerLogin(const char* accountName, const char* password);
|
static void LoginServerLogin(const char* accountName, const char* password);
|
||||||
static void QuitGame();
|
static void QuitGame();
|
||||||
static void Resume();
|
static void Resume();
|
||||||
static void SetScreen(const char*);
|
static void SetScreen(const char* screen);
|
||||||
static void StatusDialogClick();
|
static void StatusDialogClick();
|
||||||
static void Suspend();
|
static void Suspend();
|
||||||
static void UpdateCurrentScreen(const char* screen);
|
static void UpdateCurrentScreen(const char* screen);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue