Renamed AmfExport.(h|cpp) to Exporter.(h|cpp)

This commit is contained in:
Ian Rees 2015-12-19 23:02:04 +13:00 committed by wmayer
parent 3eefe3e8ba
commit 0b76013a0c
4 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@
#include "WildMagic4/Wm4ContBox3.h"
#include "Mesh.h"
#include "AmfExport.h"
#include "Exporter.h"
#include "FeatureMeshImport.h"
#include <Mod/Mesh/App/MeshPy.h>

View File

@ -316,8 +316,8 @@ SET(Mesh_SRCS
${Mesh_XML_SRCS}
AppMesh.cpp
AppMeshPy.cpp
AmfExport.cpp
AmfExport.h
Exporter.cpp
Exporter.h
Facet.cpp
Facet.h
FacetPyImp.cpp

View File

@ -27,7 +27,7 @@
#include <vector>
#endif // #ifndef _PreComp_
#include "AmfExport.h"
#include "Exporter.h"
#include "Core/Iterator.h"

View File

@ -20,8 +20,8 @@
* *
***************************************************************************/
#ifndef MESH_AMFEXPORTER_H
#define MESH_AMFEXPORTER_H
#ifndef MESH_EXPORTER_H
#define MESH_EXPORTER_H
#include "PreCompiled.h"
#ifndef _PreComp_
@ -117,4 +117,4 @@ class AmfExporter : public Exporter
}; // class AmfExporter
} // namespace Mesh
#endif // MESH_AMFEXPORTER_H
#endif // MESH_EXPORTER_H