DolphinNoGUI: Make function static

This commit is contained in:
Dr. Dystopia
2025-04-20 17:53:40 +02:00
parent 135b6840e5
commit 23af1e025b

View File

@ -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();