aboutsummaryrefslogtreecommitdiff
path: root/src/core/coreshared.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/coreshared.hpp')
-rw-r--r--src/core/coreshared.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/coreshared.hpp b/src/core/coreshared.hpp
new file mode 100644
index 0000000..7c49afd
--- /dev/null
+++ b/src/core/coreshared.hpp
@@ -0,0 +1,5 @@
+#ifndef CORESHARED_H
+#define CORESHARED_H
+enum TColors
+{green=0,cyan,yellow,purple,red,white,blue,orange,grey,circle,COLOR_COUNT};
+#endif