chore(build): WHOA_BUILD_FMOD variable now determines whether FMOD is used

This commit is contained in:
phaneron 2024-07-21 18:45:24 -04:00
parent 2a46ce4d6d
commit f061cd0cc0
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#include <cstdint>
#include <cstdarg>
#if defined(WHOA_BUILD_SOUND_FMOD)
#if defined(WHOA_BUILD_FMOD)
#include <fmod.hpp>
#include <fmod_errors.h>