//===========================================================================// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #ifndef DGOAL_H #define DGOAL_H class GoalObject; typedef GoalObject* GoalObjectPtr; class GoalManager; typedef GoalManager* GoalManagerPtr; #endif