Replication flag in component definition. Component definitions should now inherit from Types/Component.xsd

This commit is contained in:
2016-02-03 14:44:56 +01:00
parent 02b69a86e7
commit 3a2b124cae
6 changed files with 32 additions and 6 deletions
+1
View File
@@ -11,6 +11,7 @@ struct ComponentInfo
{
std::string Annotation;
unsigned int Allocation = 0;
bool NetworkReplicated = false;
std::map<std::string, std::string> FieldAnnotations;
std::map<std::string, std::map<std::string, EnumType>> FieldEnumDefinitions;
};
@@ -3,6 +3,8 @@
#include <xercesc/framework/psvi/XSElementDeclaration.hpp>
#include <xercesc/framework/psvi/XSComplexTypeDefinition.hpp>
#include <xercesc/framework/psvi/XSAttributeUse.hpp>
#include <xercesc/framework/psvi/XSAttributeDeclaration.hpp>
#include <xercesc/framework/psvi/XSParticle.hpp>
#include <xercesc/framework/psvi/XSModelGroup.hpp>
#include <xercesc/framework/psvi/XSModelGroupDefinition.hpp>