diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2017-12-20 20:48:35 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-12-21 00:20:29 +0100 |
| commit | 17332304fdf129076d0196010602350d5750c808 (patch) | |
| tree | d161f8845df9e5c8ec0b149bd846646c2b112d49 /src/server/scripts/PrecompiledHeaders/ScriptPCH.cpp | |
| parent | 0fc4a6a153ca3a09ccb6e1311131b12a59c6cba3 (diff) | |
Using TC structure allowing easier patches importing
Diffstat (limited to 'src/server/scripts/PrecompiledHeaders/ScriptPCH.cpp')
| -rw-r--r-- | src/server/scripts/PrecompiledHeaders/ScriptPCH.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/server/scripts/PrecompiledHeaders/ScriptPCH.cpp b/src/server/scripts/PrecompiledHeaders/ScriptPCH.cpp new file mode 100644 index 0000000000..df6fc55876 --- /dev/null +++ b/src/server/scripts/PrecompiledHeaders/ScriptPCH.cpp @@ -0,0 +1,7 @@ +/* + * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license: http://github.com/azerothcore/azerothcore-wotlk/LICENSE-GPL2 + * Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> + */ + +#include "ScriptPCH.h" + |
