64-bit early draft - no audio yet

This commit is contained in:
Emil Lenngren
2022-05-15 01:19:02 +02:00
parent 247360cbf0
commit 92c8ecb726
29 changed files with 853 additions and 169 deletions

View File

@@ -194,7 +194,7 @@ void Font_LoadOrderedFont(Font* font) {
size_t len;
size_t jj;
s32 fontStatic;
u32 fontBuf;
u8* fontBuf;
s32 codePointIndex;
s32 fontBufIndex;
s32 offset;