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 65c37f1..59d6fe7 100644
--- a/
main.adb
+++ b/
main.adb
@@ -4,6 +4,8 @@ use Ada.Text_IO;
with Graphics;
use Graphics;
+with Queue;
+
procedure Main is
state: T_State;
begin