From 6f32b8f2141d13ea8416d9ac2ef6d69453712274 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Mon, 25 Nov 2024 12:13:01 +0100 Subject: removed gameLoop example --- src/crepe/api/Event.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/crepe/api/Event.h b/src/crepe/api/Event.h index 2018d52..778ba63 100644 --- a/src/crepe/api/Event.h +++ b/src/crepe/api/Event.h @@ -123,8 +123,6 @@ public: /** * \brief Event triggered to indicate the application is shutting down. */ -class ShutDownEvent : public Event { -public: -}; +class ShutDownEvent : public Event {}; } // namespace crepe -- cgit v1.2.3