diff --git a/desktop_version/src/Map.h b/desktop_version/src/Map.h index d817132a..5471e437 100644 --- a/desktop_version/src/Map.h +++ b/desktop_version/src/Map.h @@ -13,6 +13,12 @@ #include "Music.h" #include "editor.h" +struct Roomtext +{ + int x, y; + std::string text; +}; + class mapclass { public: diff --git a/desktop_version/src/Otherlevel.h b/desktop_version/src/Otherlevel.h index fac47b66..c5f0d9ea 100644 --- a/desktop_version/src/Otherlevel.h +++ b/desktop_version/src/Otherlevel.h @@ -7,12 +7,6 @@ #include #include -struct Roomtext -{ - int x, y; - std::string text; -}; - class otherlevelclass { public: