aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-25 12:13:01 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-25 12:13:01 +0100
commit6f32b8f2141d13ea8416d9ac2ef6d69453712274 (patch)
tree28afd157dda77928da7f69138ff60a9323754ece /src
parent336a8442f32fa9a4fa79e995ae7ec4617a840944 (diff)
removed gameLoop example
Diffstat (limited to 'src')
-rw-r--r--src/crepe/api/Event.h4
1 files changed, 1 insertions, 3 deletions
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