diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-12-07 18:24:37 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-12-07 18:24:37 +0100 |
| commit | c06bc6767163f0215d0c12e04d5a0a54d7d8a167 (patch) | |
| tree | 4bd1e85cb041ec29584757a4a64caba5355a5e01 /main.adb | |
| parent | e0dd50831fd19e1145897de8af909002c2821376 (diff) | |
| download | snake-c06bc6767163f0215d0c12e04d5a0a54d7d8a167.tar.gz snake-c06bc6767163f0215d0c12e04d5a0a54d7d8a167.tar.bz2 snake-c06bc6767163f0215d0c12e04d5a0a54d7d8a167.zip | |
Basic Game logic
Diffstat (limited to 'main.adb')
| -rw-r--r-- | main.adb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ use Graphics; with Queue; +with Game; + procedure Main is state: T_State; begin |
