aboutsummaryrefslogtreecommitdiffstats
path: root/src/updatemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/updatemap.h')
-rw-r--r--src/updatemap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/updatemap.h b/src/updatemap.h
index 6773998..01c9e4b 100644
--- a/src/updatemap.h
+++ b/src/updatemap.h
@@ -21,10 +21,11 @@
21#include <string.h> 21#include <string.h>
22 22
23#include "life-macros.h" 23#include "life-macros.h"
24#include "board.h"
24 25
25#ifndef LIFE_UPDATEMAP_H_ 26#ifndef LIFE_UPDATEMAP_H_
26#define LIFE_UPDATEMAP_H_ 27#define LIFE_UPDATEMAP_H_
27 28
28char * update_map (char * base_map, const int width, const int height, char livecell, char deadcell, const unsigned int ruleint); 29void update_map (BOARD base_map, BOARD intermap, const unsigned int width, const unsigned int height, const unsigned int ruleint);
29 30
30#endif // LIFE_UPDATEMAP_H_ 31#endif // LIFE_UPDATEMAP_H_