fixup! Renamed EntityFile to EntityXMLFile to be able to separate file parsing from entity creation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef EntityFile_h__
|
||||
#define EntityFile_h__
|
||||
#ifndef EntityXMLFile_h__
|
||||
#define EntityXMLFile_h__
|
||||
|
||||
#include <stack>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef EntityFileParser_h__
|
||||
#define EntityFileParser_h__
|
||||
#ifndef EntityXMLFileParser_h__
|
||||
#define EntityXMLFileParser_h__
|
||||
|
||||
#include "EntityXMLFile.h"
|
||||
#include "World.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef EntityFilePreprocessor_h__
|
||||
#define EntityFilePreprocessor_h__
|
||||
#ifndef EntityXMLFilePreprocessor_h__
|
||||
#define EntityXMLFilePreprocessor_h__
|
||||
|
||||
#include <xercesc/framework/psvi/XSElementDeclaration.hpp>
|
||||
#include <xercesc/framework/psvi/XSComplexTypeDefinition.hpp>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef EntityFileWriter_h__
|
||||
#define EntityFileWriter_h__
|
||||
#ifndef EntityXMLFileWriter_h__
|
||||
#define EntityXMLFileWriter_h__
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <xercesc/dom/DOM.hpp>
|
||||
|
||||
Reference in New Issue
Block a user