GUI: channel status, part 2

This commit is contained in:
tildearrow 2023-10-26 19:03:45 -05:00
parent ad4d08243a
commit e28af73746
3 changed files with 29 additions and 8 deletions

View file

@ -1017,6 +1017,9 @@ class DivEngine {
// get channel pairs
DivChannelPair getChanPaired(int chan);
// get channel mode hints
DivChannelModeHints getChanModeHints(int chan);
// get register pool
unsigned char* getRegisterPool(int sys, int& size, int& depth);