PowerNoise: prepare to split ins type into two

This commit is contained in:
tildearrow 2024-01-24 03:23:07 -05:00
parent c098e0bcd1
commit 4f7dff1feb
4 changed files with 7 additions and 3 deletions

View file

@ -1045,6 +1045,8 @@ void DivInstrument::putInsData2(SafeWriter* w, bool fui, const DivSong* song, bo
break;
case DIV_INS_POWERNOISE:
break;
case DIV_INS_POWERNOISE_SLOPE:
break;
case DIV_INS_MAX:
break;
case DIV_INS_NULL: