diff options
Diffstat (limited to 'src/handle_event.hpp')
-rw-r--r-- | src/handle_event.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/handle_event.hpp b/src/handle_event.hpp index b08bab2..0993db1 100644 --- a/src/handle_event.hpp +++ b/src/handle_event.hpp @@ -19,10 +19,14 @@ #include "PatchageEvent.hpp" +namespace patchage { + class Patchage; /// Handle an event in the GUI void handle_event(Patchage& patchage, const PatchageEvent& event); +} // namespace patchage + #endif // PATCHAGE_HANDLE_EVENT_HPP |