diff options
Diffstat (limited to 'include/events.hpp')
-rw-r--r-- | include/events.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/events.hpp b/include/events.hpp index 6251fac..efd5fb8 100644 --- a/include/events.hpp +++ b/include/events.hpp @@ -12,8 +12,6 @@ #include <config.hpp> #include <vector2.hpp> -class World; - ////////////////////////// /// INPUT EVENTS ////////////////////////// @@ -77,6 +75,8 @@ struct GameEndEvent { /// WORLD EVENTS ////////////////////////// +class World; + struct BGMToggleEvent { BGMToggleEvent(std::string f = "", World *w = nullptr) : file(f), world(w) {} |