Included a required library for using booleans, whoops.

This commit is contained in:
MeltyPlayer
2022-12-06 17:40:41 -06:00
parent 85422d9d59
commit 1f657175a3
+1
View File
@@ -1,5 +1,6 @@
#pragma once #pragma once
#include <stdbool.h>
#include <stdint.h> #include <stdint.h>
extern bool is_audio_initialized; extern bool is_audio_initialized;