#pragma once //===========================================================================// // File: WinProc.hpp // // Contents: WinProc routines // //---------------------------------------------------------------------------// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// LRESULT CALLBACK GameOSWinProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ); extern HCURSOR ArrowCursor;