mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-16 05:03:07 +01:00
13 lines
412 B
C++
13 lines
412 B
C++
#pragma once
|
|
#include <module.h>
|
|
|
|
namespace sdrpp_credits {
|
|
SDRPP_EXPORT const char* contributors[];
|
|
SDRPP_EXPORT const char* libraries[];
|
|
SDRPP_EXPORT const char* hardwareDonators[];
|
|
SDRPP_EXPORT const char* patrons[];
|
|
SDRPP_EXPORT const int contributorCount;
|
|
SDRPP_EXPORT const int libraryCount;
|
|
SDRPP_EXPORT const int hardwareDonatorCount;
|
|
SDRPP_EXPORT const int patronCount;
|
|
} |