aboutsummaryrefslogtreecommitdiff
path: root/dc/dc.c
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-24 16:57:33 -0400
committeriamcheeseman <[email protected]>2026-05-24 16:57:33 -0400
commit39a02a3bf2fe923d595e4f8df693a524c47291d5 (patch)
treee622bb68e3c40a38dfc48bd5bff5cba46e368292 /dc/dc.c
parent8a4b5ca6740fc5e4f7b219fb900db9ab8835cce4 (diff)
Make project C99 compliant (remove glad)
Diffstat (limited to 'dc/dc.c')
-rw-r--r--dc/dc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dc/dc.c b/dc/dc.c
index 8a8e2d2..e700415 100644
--- a/dc/dc.c
+++ b/dc/dc.c
@@ -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;