//===========================================================================// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// //--------------------------------------------------------------------------- // // dgamelog.h - This file contains the definitions for the class GameLog // //--------------------------------------------------------------------------- #ifndef DGAMELOG_H #define DGAMELOG_H //--------------------------------------------------------------------------- class GameLog; typedef GameLog* GameLogPtr; //--------------------------------------------------------------------------- #endif