aboutsummaryrefslogtreecommitdiff
path: root/source/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/all.h')
-rw-r--r--source/all.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/all.h b/source/all.h
index babc53f..0c9bcec 100644
--- a/source/all.h
+++ b/source/all.h
@@ -13,8 +13,8 @@
typedef struct {
Font font __attribute__((aligned));
- i16 horizontal, vertical __attribute__((aligned));
- f32 ups, fps __attribute__((aligned));
+ u16 horizontal, vertical __attribute__((aligned));
+ u16 ups, fps __attribute__((aligned));
} game_t;
/* game.c */