aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/game.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/game.hpp b/src/interfaces/game.hpp
index b6d7f36..6d0251f 100644
--- a/src/interfaces/game.hpp
+++ b/src/interfaces/game.hpp
@@ -14,7 +14,7 @@ class IGame
public:
virtual ~IGame() noexcept = default;
- virtual void on_start() noexcept = 0;
+ virtual void on_start() = 0;
virtual void on_update() noexcept = 0;