aboutsummaryrefslogtreecommitdiff
path: root/source/all.h
diff options
context:
space:
mode:
authorEmil Williams2026-02-11 12:18:35 +0000
committerEmil Williams2026-02-11 12:18:35 +0000
commitcd111fbabfa1f84c9c9aa35f1242d4edbec15b22 (patch)
tree58033af45b88ee0a4358379481e8a1900cffcf9e /source/all.h
parent35bc8bc9f7df8bdb731d7d190b50d05ebd9c94ab (diff)
downloadMonobomberman-cd111fbabfa1f84c9c9aa35f1242d4edbec15b22.tar.xz
Monobomberman-cd111fbabfa1f84c9c9aa35f1242d4edbec15b22.tar.zst
draft 1
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 */