mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
chore(build): WHOA_BUILD_FMOD variable now determines whether FMOD is used
This commit is contained in:
parent
2a46ce4d6d
commit
f061cd0cc0
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue