index
:
snake.git
master
Snake game in Ada
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.adb
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'main.adb')
-rw-r--r--
main.adb
2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.adb b/main.adb
index 59d6fe7..51a29a2 100644
--- a/
main.adb
+++ b/
main.adb
@@ -6,6 +6,8 @@ use Graphics;
with Queue;
+with Game;
+
procedure Main is
state: T_State;
begin