diff options
| author | iamcheeseman <[email protected]> | 2026-05-24 16:57:33 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-24 16:57:33 -0400 |
| commit | 39a02a3bf2fe923d595e4f8df693a524c47291d5 (patch) | |
| tree | e622bb68e3c40a38dfc48bd5bff5cba46e368292 /dc/dc.c | |
| parent | 8a4b5ca6740fc5e4f7b219fb900db9ab8835cce4 (diff) | |
Make project C99 compliant (remove glad)
Diffstat (limited to 'dc/dc.c')
| -rw-r--r-- | dc/dc.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,9 +14,9 @@ #define TILE_SIZE 16 ty_Image img; -ty_Font font = {}; -tyui_Id winid1 = 0; -tyui_Id winid2 = 0; +ty_Font font; +tyui_Id winid1; +tyui_Id winid2; double last_frame = 0; |
