//*************************************************************************** // // dobjmgr.h -- File contains class definitions for GameObject Manager class // // MechCommander 2 // //---------------------------------------------------------------------------// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #ifndef DOBJMGR_H #define DOBJMGR_H //--------------------------------------------------------------------------- class GameObjectManager; typedef GameObjectManager* GameObjectManagerPtr; //*************************************************************************** #endif