mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-25 03:21:36 +02: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);
|
||||
|
||||
bool RegisterRenderWindowClass();
|
||||
static bool RegisterRenderWindowClass();
|
||||
bool CreateRenderWindow();
|
||||
void UpdateWindowPosition();
|
||||
void ProcessEvents();
|
||||
|
Reference in New Issue
Block a user