diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game.h b/src/game/game.h index 9609884..a2c4156 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -11,6 +11,7 @@ #include "ship.h" #include "star.h" +/// The game engine namespace game { /// initialize the game |