2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

VISIGen for linux

This commit is contained in:
Jack Andersen
2017-02-25 16:43:27 -10:00
parent c312aa355b
commit 7bbf8852de
4 changed files with 330 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ static void UpdatePercent(float percent)
PostThreadMessage(s_mainThreadId, WM_USER+1, 0, 0);
}
const DWORD dwStyle = WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX;
VISIRenderer* s_Renderer;
static const DWORD dwStyle = WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX;
static VISIRenderer* s_Renderer;
static LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{