diff options
| author | Emil Williams | 2026-02-11 12:18:35 +0000 |
|---|---|---|
| committer | Emil Williams | 2026-02-11 12:18:35 +0000 |
| commit | cd111fbabfa1f84c9c9aa35f1242d4edbec15b22 (patch) | |
| tree | 58033af45b88ee0a4358379481e8a1900cffcf9e /source | |
| parent | 35bc8bc9f7df8bdb731d7d190b50d05ebd9c94ab (diff) | |
| download | Monobomberman-cd111fbabfa1f84c9c9aa35f1242d4edbec15b22.tar.xz Monobomberman-cd111fbabfa1f84c9c9aa35f1242d4edbec15b22.tar.zst | |
draft 1
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 */ |
