back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/field.h
diff options
context:
space:
mode:
Diffstat (limited to 'field.h')
-rw-r--r--field.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/field.h b/field.h
index 56921d6..4f84dc6 100644
--- a/field.h
+++ b/field.h
@@ -67,4 +67,6 @@ void clear_energizer(game_space field, struct coordinates point);
int is_equal_points(struct coordinates first_point, struct coordinates
second_point);
+void clear_field(game_space field);
+
#endif