aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata/file_formats/load_bisqwit.h
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2019-05-31 22:07:21 +0300
committerWohlstand <admin@wohlnet.ru>2019-05-31 22:07:21 +0300
commit732f2f269d6be456b93af18c8cec035fc01b5eba (patch)
tree65f75615b944710adf3221100099793a22df660c /utils/gen_adldata/file_formats/load_bisqwit.h
parent7786fa8f6ba65673d24aa07245cb11d9a1fc1350 (diff)
downloadlibADLMIDI-732f2f269d6be456b93af18c8cec035fc01b5eba.tar.gz
libADLMIDI-732f2f269d6be456b93af18c8cec035fc01b5eba.tar.bz2
libADLMIDI-732f2f269d6be456b93af18c8cec035fc01b5eba.zip
Organize file formats parsers, and multi-bank AIL support
Diffstat (limited to 'utils/gen_adldata/file_formats/load_bisqwit.h')
-rw-r--r--utils/gen_adldata/file_formats/load_bisqwit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_adldata/file_formats/load_bisqwit.h b/utils/gen_adldata/file_formats/load_bisqwit.h
index 9749a76..8686e90 100644
--- a/utils/gen_adldata/file_formats/load_bisqwit.h
+++ b/utils/gen_adldata/file_formats/load_bisqwit.h
@@ -4,7 +4,7 @@
#include "../progs_cache.h"
#include "../midi_inst_list.h"
-static bool LoadBisqwit(const char *fn, unsigned bank, const char *prefix)
+bool BankFormats::LoadBisqwit(const char *fn, unsigned bank, const char *prefix)
{
#ifdef HARD_BANKS
writeIni("Bisqwit", fn, prefix, bank, INI_Both);