Advertisement
igottaproblem

Untitled

Mar 17th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.54 KB | None | 0 0
  1. //---------------------------------------------------------------------------
  2.  
  3. #ifndef Unit6H
  4. #define Unit6H
  5. //---------------------------------------------------------------------------
  6. #include <System.Classes.hpp>
  7. //---------------------------------------------------------------------------
  8. class TDecompress : public TThread
  9. {
  10. private:
  11. protected:
  12.     void __fastcall Execute();
  13. public:
  14.     __fastcall TDecompress(bool CreateSuspended);
  15.     Skonczone();
  16. };
  17. //---------------------------------------------------------------------------
  18. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement