| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -252,12 +252,6 @@ void Script::RegisterSelf(bool bReportError) | |||
| 252 | 252 | //******************************** | |
| 253 | 253 | //*** Functions to be Exported *** | |
| 254 | 254 | ||
| 255 | - MANGOS_DLL_EXPORT | ||
| 256 | - char const* GetScriptLibraryVersion() | ||
| 257 | - { | ||
| 258 | - return strSD2Version.c_str(); | ||
| 259 | - } | ||
| 260 | - | ||
| 261 | 255 | MANGOS_DLL_EXPORT | |
| 262 | 256 | bool GossipHello(Player* pPlayer, Creature* pCreature) | |
| 263 | 257 | { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,18 +2,10 @@ | |||
| 2 | 2 | * This program is free software licensed under GPL version 2 | |
| 3 | 3 | * Please see the included DOCS/LICENSE.TXT for more information */ | |
| 4 | 4 | ||
| 5 | - #include "../../../shared/revision_nr.h" | ||
| 6 | - | ||
| 7 | 5 | #ifdef WIN32 | |
| 8 | 6 | # define MANGOS_DLL_EXPORT extern "C" __declspec(dllexport) | |
| 9 | 7 | #elif defined( __GNUC__ ) | |
| 10 | 8 | # define MANGOS_DLL_EXPORT extern "C" | |
| 11 | 9 | #else | |
| 12 | 10 | # define MANGOS_DLL_EXPORT extern "C" export | |
| 13 | 11 | #endif | |
| 14 | - | ||
| 15 | - MANGOS_DLL_EXPORT | ||
| 16 | - char const* GetMangosRevStr() | ||
| 17 | - { | ||
| 18 | - return REVISION_NR; | ||
| 19 | - } | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments