#pragma once #define FONT_W 16 #define FONT_H 32 int font_init(const char *path); void font_draw(int x, int y, const char *s, int size);