diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-11-06 18:34:58 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-11-06 18:34:58 +0100 |
| commit | f439120b1f8c4f5a5c3fc0deb6aa01bf971e4fdf (patch) | |
| tree | 4eb1ec603a6ef879188dff1fc42566465d4c2f3e /src/common/Define.h | |
| parent | 73c1a76ab5c031e74e543d7eb7bb59a9f20430d2 (diff) | |
Tools/mmaps_generator: Move TerrainBuilder to a shared project
Diffstat (limited to 'src/common/Define.h')
| -rw-r--r-- | src/common/Define.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/Define.h b/src/common/Define.h index f918db84314..32862f71530 100644 --- a/src/common/Define.h +++ b/src/common/Define.h @@ -129,6 +129,12 @@ # define TC_GAME_API TC_API_IMPORT #endif +#ifdef TRINITY_API_EXPORT_MMAPS_COMMON +# define TC_MMAPS_COMMON_API TC_API_EXPORT +#else +# define TC_MMAPS_COMMON_API TC_API_IMPORT +#endif + #define UI64FMTD "%" PRIu64 #define UI64LIT(N) UINT64_C(N) |
