Moved MAPMAP_VERSION and MAPMAP_EXTENSION as part of static class MM

This commit is contained in:
Tats
2014-06-26 00:56:24 -04:00
parent 2ede19425b
commit e8f7f44493
4 changed files with 12 additions and 14 deletions
+2
View File
@@ -19,6 +19,8 @@
#include "MM.h"
const QString MM::VERSION = "0.1.1";
const QString MM::FILE_EXTENSION = "mmp";
const QColor MM::WHITE("#f6f5f5");
const QColor MM::BLUE_GRAY("#323541");
const QColor MM::DARK_GRAY("#272a36");