Adding a function and it still compiles.
This commit is contained in:
parent
f5f6233302
commit
7a289db111
|
|
@ -4,3 +4,9 @@ int font_width = 13;
|
|||
int font_height = 27;
|
||||
|
||||
u32 font_data[94][351];
|
||||
|
||||
void
|
||||
init_font_data(void)
|
||||
{
|
||||
2 + 2;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue