From e50bde55857af49aa711695022dc462b7dbe2ff0 Mon Sep 17 00:00:00 2001 From: mattiasgustavsson Date: Thu, 7 Mar 2024 11:27:18 +0100 Subject: [PATCH] Added support for sound effects --- doom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/doom.c b/doom.c index cc5c1b5..e0d5bfc 100644 --- a/doom.c +++ b/doom.c @@ -104,6 +104,7 @@ #undef MININT #undef MINLONG +#include #define APP_WINDOWS #define APP_LOG( ctx, level, message ) #define boolean HACK_TO_MAKE_BOOLEAN_NOT_BE_DEFINED