diff --git a/IL2CppDLL.vcxproj b/IL2CppDLL.vcxproj
index 24cb73a..74644b9 100644
--- a/IL2CppDLL.vcxproj
+++ b/IL2CppDLL.vcxproj
@@ -51,11 +51,13 @@
-
+
+
+
@@ -70,6 +72,7 @@
+
@@ -88,11 +91,13 @@
-
+
+
+
diff --git a/IL2CppDLL.vcxproj.filters b/IL2CppDLL.vcxproj.filters
index 2152a2d..0c412ac 100644
--- a/IL2CppDLL.vcxproj.filters
+++ b/IL2CppDLL.vcxproj.filters
@@ -16,7 +16,7 @@
framework
-
+
lib
@@ -73,6 +73,12 @@
user\features\misc
+
+ lib
+
+
+ user\players
+
@@ -108,7 +114,7 @@
framework
-
+
lib
@@ -180,6 +186,15 @@
user\features\misc
+
+ include
+
+
+ lib
+
+
+ user\players
+
@@ -218,5 +233,8 @@
{116f67d1-9398-4156-8fe3-93de590b3c57}
+
+ {54f72ffe-f8ca-4732-bd14-62d1a7a68267}
+
\ No newline at end of file
diff --git a/include/color.hpp b/include/color.hpp
new file mode 100644
index 0000000..6a65604
--- /dev/null
+++ b/include/color.hpp
@@ -0,0 +1,878 @@
+#ifndef COLOR_HPP
+#define COLOR_HPP
+
+#include
+#include
+#include
+#include