[6860] Implement correct effects stacking and zone limitations for item 34537.
[getmangos.git] / contrib / dbcEditer / thOpenSource.h
blobedf6bd064f23648415cc1c1ab122f491c0a4349e
1 //---------------------------------------------------------------------------
3 #ifndef thOpenSourceH
4 #define thOpenSourceH
5 //---------------------------------------------------------------------------
6 #include <Classes.hpp>
7 //---------------------------------------------------------------------------
8 class thOpenFile : public TThread
9 {
10 private:
11 protected:
12 void __fastcall Execute();
13 void __fastcall RunOpen();
14 public:
15 bool thEnd;
16 int ColType[10000];
18 __fastcall thOpenFile(bool CreateSuspended);
19 void LoadAndModify(const char * pszFileName);
20 void ReadAndModifyFromBuff(char *pBuff, DWORD dwSize, const char* pszFileName);
23 //---------------------------------------------------------------------------
24 #endif