]> git.mxchange.org Git - simgear.git/blobdiff - simgear/hla/HLABasicDataElement.cxx
hla: Use HLADataElementIndices for HLAInteractionClass.
[simgear.git] / simgear / hla / HLABasicDataElement.cxx
index c4b985b91161ee03cda4c51664c82b8d20dee83b..4930f57e26d5e89ad2104eac379fdfd83eb34f0f 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include "HLABasicDataElement.hxx"
 
 #include "HLADataElementVisitor.hxx"
@@ -128,6 +134,7 @@ HLA##type##DataElement::setValue(ctype value)
     setDirty(true);                                                                               \
 }
 
+IMPLEMENT_TYPED_HLA_BASIC_DATA_ELEMENT(Bool, bool);
 IMPLEMENT_TYPED_HLA_BASIC_DATA_ELEMENT(Char, char);
 IMPLEMENT_TYPED_HLA_BASIC_DATA_ELEMENT(WChar, wchar_t);
 IMPLEMENT_TYPED_HLA_BASIC_DATA_ELEMENT(SChar, signed char);