summaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-10 01:29:05 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-10 01:29:05 (EDT)
commit1082493e2761c3f4d6a9809b5f012776723fd937 (patch)
tree15f7b2cc1acbef46e168fad8c1fac503653f471b /src/game.h
parent24d08e233c162578624a61b708a5e5f1aad057e5 (diff)
downloadmazefight-1082493e2761c3f4d6a9809b5f012776723fd937.zip
mazefight-1082493e2761c3f4d6a9809b5f012776723fd937.tar.gz
mazefight-1082493e2761c3f4d6a9809b5f012776723fd937.tar.bz2
game: Create multiple enemies
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_ */