We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1655312 commit 4394f49Copy full SHA for 4394f49
1 file changed
monopoly.cpp
@@ -1,5 +1,3 @@
1
-#include "FileExport.hpp"
2
-#include "FileImport.hpp"
3
#include <chrono>
4
#include <iostream>
5
#include <limits>
@@ -9,10 +7,6 @@
9
7
#include <vector>
10
8
#include <array>
11
#include <algorithm>
12
-#ifdef stringToColorGroup
13
-#error "stringToColorGroup is already defined as a macro!"
14
-#endif
15
-
16
17
// Color groups for properties
18
enum ColorGroup {
0 commit comments