Please enter the commit message for your changes. Lines starting

This commit is contained in:
tildearrow 2022-11-22 23:09:21 -05:00
parent 8041173eb9
commit ca204e6d69
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ class DivPlatformSMS: public DivDispatch {
friend void putDispatchChip(void*,int);
friend void putDispatchChan(void*,int,int);
double NOTE_SN(int note);
void acquire_nuked(short* bufL, short* bufR, size_t start, size_t len);
void acquire_mame(short* bufL, short* bufR, size_t start, size_t len);
public: