Renamed AmfExport.(h|cpp) to Exporter.(h|cpp)
This commit is contained in:
parent
3eefe3e8ba
commit
0b76013a0c
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <vector>
|
||||
#endif // #ifndef _PreComp_
|
||||
|
||||
#include "AmfExport.h"
|
||||
#include "Exporter.h"
|
||||
|
||||
#include "Core/Iterator.h"
|
||||
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user