![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 1999-2001 MaK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: extendedAggregateEnums.h,v $ $Revision: 1.4 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00016 00017 #ifndef extendedAggregateEnums_H_ 00018 #define extendedAggregateEnums_H_ 00019 00020 #include <vlpi/disEnums.h> 00021 00022 const DtAggregateFormation DtKeepExistingFormation = (DtAggregateFormation)555; 00023 const DtAggregateFormation DtWorkingFormation = (DtAggregateFormation)556; 00024 00025 const char DtKeepExistingFormationString[] = "keep-existing-formation"; 00026 const char DtWorkingFormationString[] = "working-formation"; 00027 const char DtDefaultFormationString[] = "default-formation"; 00028 00029 #endif