diff --git a/Escape-the-Dawn/Escape-the-Dawn.vcxproj b/Escape-the-Dawn/Escape-the-Dawn.vcxproj
index 6dd87d1..3bc07a5 100644
--- a/Escape-the-Dawn/Escape-the-Dawn.vcxproj
+++ b/Escape-the-Dawn/Escape-the-Dawn.vcxproj
@@ -98,9 +98,14 @@
+
+
+
+
+
@@ -129,8 +134,12 @@
+
+
+
+
@@ -142,6 +151,7 @@
+
diff --git a/Escape-the-Dawn/Escape-the-Dawn.vcxproj.filters b/Escape-the-Dawn/Escape-the-Dawn.vcxproj.filters
index a27572c..685abcc 100644
--- a/Escape-the-Dawn/Escape-the-Dawn.vcxproj.filters
+++ b/Escape-the-Dawn/Escape-the-Dawn.vcxproj.filters
@@ -26,6 +26,21 @@
+
+ Gui
+
+
+ Gui
+
+
+ Gui
+
+
+ Gui
+
+
+ Gui
+
@@ -107,6 +122,21 @@
Util
+
+ Gui
+
+
+ Gui
+
+
+ Gui
+
+
+ Gui
+
+
+ Gui
+
@@ -129,5 +159,8 @@
{d985d7a7-c041-46fe-ae03-aa40295a7aad}
+
+ {7bdb0f69-049e-4f16-b271-2495e02e4b28}
+
\ No newline at end of file
diff --git a/Escape-the-Dawn/Frame.cpp b/Escape-the-Dawn/Frame.cpp
new file mode 100644
index 0000000..e69de29
diff --git a/Escape-the-Dawn/Frame.h b/Escape-the-Dawn/Frame.h
new file mode 100644
index 0000000..e69de29
diff --git a/Escape-the-Dawn/GUIManager.cpp b/Escape-the-Dawn/GUIManager.cpp
new file mode 100644
index 0000000..e69de29
diff --git a/Escape-the-Dawn/GUIManager.h b/Escape-the-Dawn/GUIManager.h
new file mode 100644
index 0000000..e69de29
diff --git a/Escape-the-Dawn/GameFrame.cpp b/Escape-the-Dawn/GameFrame.cpp
new file mode 100644
index 0000000..e69de29
diff --git a/Escape-the-Dawn/GameFrame.h b/Escape-the-Dawn/GameFrame.h
new file mode 100644
index 0000000..e69de29
diff --git a/Escape-the-Dawn/Gui.cpp b/Escape-the-Dawn/Gui.cpp
new file mode 100644
index 0000000..e69de29
diff --git a/Escape-the-Dawn/Gui.h b/Escape-the-Dawn/Gui.h
new file mode 100644
index 0000000..e69de29
diff --git a/Escape-the-Dawn/MenuFrame.cpp b/Escape-the-Dawn/MenuFrame.cpp
new file mode 100644
index 0000000..e69de29
diff --git a/Escape-the-Dawn/MenuFrame.h b/Escape-the-Dawn/MenuFrame.h
new file mode 100644
index 0000000..e69de29
diff --git a/Escape-the-Dawn/TextFrame.cpp b/Escape-the-Dawn/TextFrame.cpp
new file mode 100644
index 0000000..e69de29
diff --git a/Escape-the-Dawn/TextFrame.h b/Escape-the-Dawn/TextFrame.h
new file mode 100644
index 0000000..e69de29