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
@@ -26,6 +26,8 @@
#include <iostream>
#include <QRegExp>
MM_BEGIN_NAMESPACE
namespace Util {
void correctGlTexCoord(GLfloat x, GLfloat y)
@@ -217,3 +219,4 @@ bool isNumeric(const QString& text)
} // end of namespace
MM_END_NAMESPACE