mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-14 22:42:52 +01:00
11 lines
314 B
C++
11 lines
314 B
C++
#pragma once
|
|
#include <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;
|
|
} |