Added support for sound effects

This commit is contained in:
mattiasgustavsson 2024-03-07 11:27:18 +01:00
parent 1f47e41c47
commit e50bde5585

1
doom.c
View File

@ -104,6 +104,7 @@
#undef MININT
#undef MINLONG
#include <stdint.h>
#define APP_WINDOWS
#define APP_LOG( ctx, level, message )
#define boolean HACK_TO_MAKE_BOOLEAN_NOT_BE_DEFINED