More style.

This commit is contained in:
Ben Vanik
2015-08-07 21:29:03 -07:00
parent 14beb27ebc
commit a92566dfc5
131 changed files with 1141 additions and 1056 deletions

View File

@@ -54,7 +54,7 @@ class Win32Window : public Window {
void OnDestroy() override;
void OnClose() override;
void OnResize(UIEvent& e) override;
void OnResize(UIEvent* e) override;
static LRESULT CALLBACK WndProcThunk(HWND hWnd, UINT message, WPARAM wParam,
LPARAM lParam);