GUI: instrument selector

This commit is contained in:
tildearrow 2021-12-11 16:44:02 -05:00
parent c6ca40494a
commit 2f813c55e0
7 changed files with 34 additions and 8 deletions

View file

@ -1,5 +1,5 @@
#include "taAudio.h"
#ifdef _WIN32
#if defined(_WIN32) || defined(HAVE_GUI)
#include <SDL.h>
#else
#include <SDL2/SDL.h>