added better credit system

This commit is contained in:
Ryzerth
2020-12-22 18:42:30 +01:00
parent 98b6e580b4
commit 4a86d6073c
5 changed files with 70 additions and 35 deletions

11
core/src/credits.h Normal file
View 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;
}