Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Formation.h

Go to the documentation of this file.
00001 
00009 #pragma once
00010 
00011 #include "ManagedObject.h"
00012 #include "WDError.h"
00013 
00014 
00015 class FormationGroup;
00016 class Actor;
00017 
00023 class Formation: public ManagedObject
00024 {
00025     
00026 public:
00032     WDError initRef(void *inNode, IObjectManager *inManager, IObjectEventHandler *inEventHandler);
00033 
00039     WDError initRef(FormationGroup *inParent, int inIndex, IObjectEventHandler *inEventHandler);
00040 
00045     WDError initNew(FormationGroup *inParent, IObjectEventHandler *inEventHandler); 
00046 };
00047 

Generated on Mon Apr 15 15:22:58 2002 for WhiteDwarf by doxygen1.2.15