mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-08 02:16:54 -05:00
DolphinNoGUI: Make function static
This commit is contained in:
parent
135b6840e5
commit
23af1e025b
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user