dgoal.h 406 B

123456789101112131415
  1. //===========================================================================//
  2. // Copyright (C) Microsoft Corporation. All rights reserved. //
  3. //===========================================================================//
  4. #ifndef DGOAL_H
  5. #define DGOAL_H
  6. class GoalObject;
  7. typedef GoalObject* GoalObjectPtr;
  8. class GoalManager;
  9. typedef GoalManager* GoalManagerPtr;
  10. #endif