mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 06:29:50 -04:00
Build fix for dynamic linking
This commit is contained in:
+3
-1
@@ -18,11 +18,13 @@
|
||||
#ifndef TrinityCore_Banner_h__
|
||||
#define TrinityCore_Banner_h__
|
||||
|
||||
#include "Define.h"
|
||||
|
||||
namespace Trinity
|
||||
{
|
||||
namespace Banner
|
||||
{
|
||||
void Show(char const* applicationName, void(*log)(char const* text), void(*logExtraInfo)());
|
||||
TC_COMMON_API void Show(char const* applicationName, void(*log)(char const* text), void(*logExtraInfo)());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user