From c37614ae5236c7352ea9d1d73b675106c5ced40d Mon Sep 17 00:00:00 2001 From: PedroEdiaz Date: Wed, 30 Oct 2024 22:44:58 -0600 Subject: [PATCH] default: GLAD --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index 130a91a..37f7130 100644 --- a/src/main.h +++ b/src/main.h @@ -5,7 +5,7 @@ */ /* #define DEBUG */ -/* #define GLAD */ +#define GLAD typedef const void * window_t; typedef unsigned int id_t;