mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
Moved stb vorbis.
This commit is contained in:
parent
56f483506e
commit
a667776151
@ -9,7 +9,7 @@ env_stb_vorbis = env_modules.Clone()
|
||||
|
||||
thirdparty_obj = []
|
||||
|
||||
thirdparty_sources = ["#thirdparty/misc/stb_vorbis.c"]
|
||||
thirdparty_sources = ["stb_vorbis/stb_vorbis.c"]
|
||||
|
||||
env_thirdparty = env_stb_vorbis.Clone()
|
||||
env_thirdparty.disable_warnings()
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "core/io/resource_loader.h"
|
||||
#include "servers/audio/audio_stream.h"
|
||||
|
||||
#include "thirdparty/misc/stb_vorbis.h"
|
||||
#include "stb_vorbis/stb_vorbis.h"
|
||||
|
||||
class AudioStreamOGGVorbis;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user