support lus dr_libs removal (#4108)

This commit is contained in:
briaguya 2024-05-03 12:55:38 -04:00 committed by GitHub
parent e02e4ead02
commit b6fc54ad8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

@ -1 +1 @@
Subproject commit f55d3910e7ba29f6973512c15cde21d2a0b2e292
Subproject commit 7d71a290657a2d3b09a83e8b33025e807f4fb38e

View File

@ -22,10 +22,6 @@
#include <time.h>
#endif
#include <Array.h>
#define DRMP3_IMPLEMENTATION
#include <dr_libs/mp3.h>
#define DRWAV_IMPLEMENTATION
#include <dr_libs/wav.h>
#include <AudioPlayer.h>
#include "Enhancements/speechsynthesizer/SpeechSynthesizer.h"
#include "Enhancements/controls/SohInputEditorWindow.h"