aboutsummaryrefslogtreecommitdiff
path: root/inc/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/game.h')
-rw-r--r--inc/game.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/game.h b/inc/game.h
new file mode 100644
index 0000000..b512111
--- /dev/null
+++ b/inc/game.h
@@ -0,0 +1,5 @@
+#pragma once
+
+typedef struct Game {
+ int x, y;
+} Game;