diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-11-03 00:54:47 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-11-03 00:54:47 +0300 |
commit | 3d77fd6a78ece6527581927fd36539e6180a4369 (patch) | |
tree | 2b5435932d764438fb0a7128b59d667cccedc2d1 /utils/gen_adldata/progs_cache.h | |
parent | 7905ca7fc396903d5d622f522cc27401de1d3e78 (diff) | |
download | libADLMIDI-3d77fd6a78ece6527581927fd36539e6180a4369.tar.gz libADLMIDI-3d77fd6a78ece6527581927fd36539e6180a4369.tar.bz2 libADLMIDI-3d77fd6a78ece6527581927fd36539e6180a4369.zip |
Small fix of The DMX OP2 parser
Diffstat (limited to 'utils/gen_adldata/progs_cache.h')
-rw-r--r-- | utils/gen_adldata/progs_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/gen_adldata/progs_cache.h b/utils/gen_adldata/progs_cache.h index b0e63a4..d652b9e 100644 --- a/utils/gen_adldata/progs_cache.h +++ b/utils/gen_adldata/progs_cache.h @@ -86,5 +86,6 @@ void SetBank(unsigned bank, unsigned patch, size_t insno); size_t InsertIns(const insdata &id, const insdata &id2, ins &in, const std::string &name, const std::string &name2); size_t InsertNoSoundIns(); +insdata MakeNoSoundIns(); #endif // PROGS_H |