aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata/file_formats/load_op2.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_op2.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_op2.h')
-rw-r--r--utils/gen_adldata/file_formats/load_op2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_adldata/file_formats/load_op2.h b/utils/gen_adldata/file_formats/load_op2.h
index feb85ed..cac6bc9 100644
--- a/utils/gen_adldata/file_formats/load_op2.h
+++ b/utils/gen_adldata/file_formats/load_op2.h
@@ -49,7 +49,7 @@ struct Doom_opl_instr
#endif
-static bool LoadDoom(const char *fn, unsigned bank, const char *prefix)
+bool BankFormats::LoadDoom(const char *fn, unsigned bank, const char *prefix)
{
#ifdef HARD_BANKS
writeIni("OP2", fn, prefix, bank, INI_Both);