diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h index 5bada817a..6be43c169 100644 --- a/src/game.h +++ b/src/game.h @@ -57,6 +57,8 @@ class Game final */ Game(); + A_DELETE_COPY(Game); + /** * Destructor, cleans up the game. */ |