kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
8 wiersze
75 B
C
8 wiersze
75 B
C
![]() |
#pragma once
|
||
|
|
||
|
class Decoder {
|
||
|
public:
|
||
|
|
||
|
virtual void showMenu();
|
||
|
|
||
|
};
|