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