[10825] Move specific SQLStorage defines to game dir

This let have in shared dir only generic declarations of class SQLStorage
Not game specific details.
This commit is contained in:
VladimirMangos 2010-12-05 03:25:18 +03:00
parent c7a4f74676
commit 80712b928a
19 changed files with 122 additions and 50 deletions

View file

@ -18,10 +18,10 @@
#include "ObjectMgr.h"
#include "Database/DatabaseEnv.h"
#include "Database/SQLStorage.h"
#include "Database/SQLStorageImpl.h"
#include "Policies/SingletonImp.h"
#include "SQLStorages.h"
#include "Log.h"
#include "MapManager.h"
#include "ObjectGuid.h"