CatRadio/guidata.h

19 wiersze
315 B
C

#ifndef GUIDATA_H
#define GUIDATA_H
#endif // GUIDATA_H
typedef struct {
int vfoDisplayMode; //0: use Left/Right mouse button, 1: click digit up or down
} guiConfig;
typedef struct {
int bwidthList;
int antList;
int rangeList;
int tabList;
int toneList;
} guiCommand;