Adding a function and it still compiles.

This commit is contained in:
Simon Forman 2023-02-26 09:39:21 -08:00
parent f5f6233302
commit 7a289db111
1 changed files with 6 additions and 0 deletions

View File

@ -4,3 +4,9 @@ int font_width = 13;
int font_height = 27;
u32 font_data[94][351];
void
init_font_data(void)
{
2 + 2;
};