summaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index e3f5d64..a3156e9 100644
--- a/src/game.h
+++ b/src/game.h
@@ -23,6 +23,7 @@
#include <SDL.h>
int
-mf_game(long seed, int size, int fow, int reveal, SDL_Renderer *renderer);
+mf_game(long seed, int size, int fow, int reveal, int enemies,
+ SDL_Renderer *renderer);
#endif /* MF_GAME_H_ */