Integrate all code inside a namespace

This commit is contained in:
baydam
2016-03-16 18:05:47 +00:00
parent 4564c269b0
commit b375367811
73 changed files with 290 additions and 20 deletions
+3
View File
@@ -19,6 +19,8 @@
#include "Mesh.h"
MM_BEGIN_NAMESPACE
Mesh::Mesh() : Quad() {
// Create dummy points (will be all overwritten later on by load/save).
QVector<QPointF> points(4);
@@ -467,3 +469,4 @@ void Mesh::_reorderVertices()
vertices = newVertices;
}
MM_END_NAMESPACE