aboutsummaryrefslogtreecommitdiff
path: root/game.ads
blob: a58a59ffe35fe144a8639a6855217f1db390102f (plain)
1
2
3
4
5
6
7
8
package Game is

	type T_Game is record
		null;
	end record;


end Game;