mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-16 05:51:41 +00:00
DolphinNoGUI: Make function static
This commit is contained in:
parent
135b6840e5
commit
23af1e025b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue