aboutsummaryrefslogtreecommitdiff
path: root/game.ads
diff options
context:
space:
mode:
Diffstat (limited to 'game.ads')
-rw-r--r--game.ads8
1 files changed, 8 insertions, 0 deletions
diff --git a/game.ads b/game.ads
index e69de29..a58a59f 100644
--- a/game.ads
+++ b/game.ads
@@ -0,0 +1,8 @@
+package Game is
+
+ type T_Game is record
+ null;
+ end record;
+
+
+end Game;