]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLADataType.hxx
hla: Add new header containing some enums.
[simgear.git] / simgear / hla / HLADataType.hxx
index 7b20dafd1ad7c3d909a6e9fbebbae12394b0a58b..c792edd2c46ffe861b55437a93cda7a84f2fafa2 100644 (file)
@@ -34,13 +34,6 @@ class HLAEnumeratedDataType;
 class HLAFixedRecordDataType;
 class HLAVariantRecordDataType;
 
-enum HLAUpdateType {
-    HLAStaticUpdate,
-    HLAPeriodicUpdate,
-    HLAConditionalUpdate,
-    HLAUndefinedUpdate
-};
-
 class HLADataType : public SGWeakReferenced {
 public:
     virtual ~HLADataType();