//===========================================================================// // File: GOStool.hpp // ///---------------------------------------------------------------------------// // Date Who Modification // // -------- --- ---------------------------------------------------------- // // 09/09/98 JSE Inital base class based off of Shadowrun/Adept // //---------------------------------------------------------------------------// // Copyright (C) 1998, Fasa Interactive // // All Rights reserved worldwide // // This unpublished sourcecode is PROPRIETARY and CONFIDENTIAL // //===========================================================================// #pragma once // jcem #define _WINSOCKAPI_ /* Prevent inclusion of winsock.h in windows.h */ #include // jcem winsock2.h <- winsock.h <- this will include windows.h #include #include using namespace MechWarrior4; using namespace Adept; using namespace Stuff;