//===========================================================================// // File: NetworkingGlobals.hpp // // Contents: Networking Globals // //---------------------------------------------------------------------------// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #include "directx.hpp" // thisAppGUID is the one and only GUID for this application. extern GUID thisAppGUID; // The number of ticks per millisecond. Used in determining time. extern DWORD TicksPerMS;