fixup! Renamed EntityFile to EntityXMLFile to be able to separate file parsing from entity creation

This commit is contained in:
2016-03-02 18:56:22 +01:00
parent 26d6546d79
commit 0c0f2d7e50
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef EntityFileParser_h__
#define EntityFileParser_h__
#ifndef EntityXMLFileParser_h__
#define EntityXMLFileParser_h__
#include "EntityXMLFile.h"
#include "World.h"