Fixed SDRplay AGC and added hardware donators to the credits

This commit is contained in:
AlexandreRouma
2021-11-23 17:05:40 +01:00
parent 28d056b776
commit f3e987fb7e
4 changed files with 185 additions and 26 deletions

View File

@@ -4,8 +4,10 @@
namespace sdrpp_credits {
SDRPP_EXPORT const char* contributors[];
SDRPP_EXPORT const char* libraries[];
SDRPP_EXPORT const char* hardwareDonators[];
SDRPP_EXPORT const char* patrons[];
SDRPP_EXPORT const int contributorCount;
SDRPP_EXPORT const int libraryCount;
SDRPP_EXPORT const int hardwareDonatorCount;
SDRPP_EXPORT const int patronCount;
}