#include namespace sdrpp_credits { const char* contributors[] = { "Alexandre Rouma (Author)", "Aang23", "Alexsey Shestacov", "Aosync", "Benjamin Kyd", "Cropinghigh", "Howard0su", "Martin Hauke", "Paulo Matias", "Raov", "Szymon Zakrent", "Tobias Mädel" }; const char* libraries[] = { "Dear ImGui (ocornut)", "json (nlohmann)", "RtAudio", "SoapySDR (PothosWare)", "spdlog (gabime)", }; const char* patrons[] = { "Daniele D'Agnelli", "Jacob Boline", "Lee Donaghy", "Passion-Radio.com", "SignalsEverywhere" }; const int contributorCount = sizeof(contributors) / sizeof(char*); const int libraryCount = sizeof(libraries) / sizeof(char*); const int patronCount = sizeof(patrons) / sizeof(char*); }