Preparations for RSPduo support + Added new patrons!

This commit is contained in:
Ryzerth
2021-03-07 20:10:10 +01:00
parent abf5ad2eec
commit a714370eb2
3 changed files with 20 additions and 7 deletions

View File

@ -2,7 +2,7 @@
namespace sdrpp_credits {
const char* contributors[] = {
"Ryzerth (Author)",
"Alexandre Rouma (Author)",
"Aang23",
"Alexsey Shestacov",
"Aosync",
@ -25,9 +25,11 @@ namespace sdrpp_credits {
};
const char* patrons[] = {
"SignalsEverywhere",
"Daniele D'Agnelli",
"Jacob Boline",
"Lee Donaghy",
"Daniele D'Agnelli"
"Passion-Radio.com",
"SignalsEverywhere"
};
const int contributorCount = sizeof(contributors) / sizeof(char*);