mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-16 05:03:07 +01:00
11 lines
318 B
C
11 lines
318 B
C
|
#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;
|
||
|
}
|