diff options
author | Wohlstand <admin@wohlnet.ru> | 2019-05-31 22:07:21 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2019-05-31 22:07:21 +0300 |
commit | 732f2f269d6be456b93af18c8cec035fc01b5eba (patch) | |
tree | 65f75615b944710adf3221100099793a22df660c /utils/gen_adldata/file_formats/load_ibk.h | |
parent | 7786fa8f6ba65673d24aa07245cb11d9a1fc1350 (diff) | |
download | libADLMIDI-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_ibk.h')
-rw-r--r-- | utils/gen_adldata/file_formats/load_ibk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_adldata/file_formats/load_ibk.h b/utils/gen_adldata/file_formats/load_ibk.h index 28177c7..8de302a 100644 --- a/utils/gen_adldata/file_formats/load_ibk.h +++ b/utils/gen_adldata/file_formats/load_ibk.h @@ -3,7 +3,7 @@ #include "../progs_cache.h" -static bool LoadIBK(const char *fn, unsigned bank, const char *prefix, bool percussive, bool noRhythmMode = false) +bool BankFormats::LoadIBK(const char *fn, unsigned bank, const char *prefix, bool percussive, bool noRhythmMode) { #ifdef HARD_BANKS writeIni("IBK", fn, prefix, bank, percussive ? INI_Drums : INI_Melodic); |