aboutsummaryrefslogtreecommitdiff
path: root/game.ads
diff options
context:
space:
mode:
Diffstat (limited to 'game.ads')
-rw-r--r--game.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/game.ads b/game.ads
index 558f272..5da26ce 100644
--- a/game.ads
+++ b/game.ads
@@ -49,5 +49,6 @@ private
procedure Spawn_Food(game: in out T_Game);
function Next_Head(game: T_Game) return T_Position;
function In_Border(game: T_Game; pos: T_Position) return Boolean;
+ function In_Body(game: T_Game; pos: T_Position) return Boolean;
end Game;