mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 23:02:43 +00:00
added better credit system
This commit is contained in:
11
core/src/credits.h
Normal file
11
core/src/credits.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include <new_module.h>
|
||||
|
||||
namespace sdrpp_credits {
|
||||
SDRPP_EXPORT const char* contributors[];
|
||||
SDRPP_EXPORT const char* libraries[];
|
||||
SDRPP_EXPORT const char* patrons[];
|
||||
SDRPP_EXPORT const int contributorCount;
|
||||
SDRPP_EXPORT const int libraryCount;
|
||||
SDRPP_EXPORT const int patronCount;
|
||||
}
|
||||
Reference in New Issue
Block a user