Fixed many incompatible pointer warnings; add tcc specific debugging flags to makefile

This commit is contained in:
2022-12-14 19:01:42 +00:00
parent 60bf5ca7bc
commit 0b64d0872b
16 changed files with 57 additions and 59 deletions

View File

@@ -17,7 +17,7 @@ struct Character {
struct sFont {
uint32_t fontTexture;
uint32_t height;
struct Character Characters[127];
struct Character Characters[126];
};