diff --git a/.gitignore b/.gitignore
index dd6e8dc..0de5cf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,5 @@ deps
x64
*/x64
x86
-*/x86
\ No newline at end of file
+*/x86
+gameenv/imgui.ini
diff --git a/README.md b/README.md
index e25e886..1af95ca 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,10 @@
## focusing on complete id control
## Supported file types
-- BSP29 (Quake maps)
\ No newline at end of file
+- BSP29 (Quake maps)
+
+## Dependencies
+- raylib
+- boost::asio
+- imgui
+- rlimgui
\ No newline at end of file
diff --git a/gameenv/data/menus/test.wnd b/gameenv/data/menus/test.wnd
new file mode 100644
index 0000000..a8ce88a
--- /dev/null
+++ b/gameenv/data/menus/test.wnd
@@ -0,0 +1,24 @@
+
+
+ Test Window
+
+
+
+
+
\ No newline at end of file
diff --git a/mpfw/MPFW_Console.h b/mpfw/MPFW_Console.h
index a82f3ea..9e5c085 100644
--- a/mpfw/MPFW_Console.h
+++ b/mpfw/MPFW_Console.h
@@ -2,6 +2,7 @@
#include
#include
#include "MPFW_Quake.h"
+#include "MPFW_UI.h"
#include
#include