diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h index 874149758..e88fb60fa 100644 --- a/src/game.h +++ b/src/game.h @@ -48,7 +48,7 @@ struct LastKey * The main class responsible for running the game. The game starts after you * have selected your character. */ -class Game +class Game final { public: /** |