diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/all.h | 4 |
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 */ |
