mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
DolphinNoGUI: Make function static
This commit is contained in:
@ -33,7 +33,7 @@ private:
|
|||||||
|
|
||||||
static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
|
static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
|
||||||
|
|
||||||
bool RegisterRenderWindowClass();
|
static bool RegisterRenderWindowClass();
|
||||||
bool CreateRenderWindow();
|
bool CreateRenderWindow();
|
||||||
void UpdateWindowPosition();
|
void UpdateWindowPosition();
|
||||||
void ProcessEvents();
|
void ProcessEvents();
|
||||||
|
Reference in New Issue
Block a user