IsoPaintThread.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /*
  2. FinalSun/FinalAlert 2 Mission Editor
  3. Copyright (C) 1999-2024 Electronic Arts, Inc.
  4. Authored by Matthias Wagner
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 3 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program. If not, see <https://www.gnu.org/licenses/>.
  15. */
  16. #if !defined(AFX_ISOPAINTTHREAD_H__13F04541_01CB_11D5_9C88_FB4495B57649__INCLUDED_)
  17. #define AFX_ISOPAINTTHREAD_H__13F04541_01CB_11D5_9C88_FB4495B57649__INCLUDED_
  18. #if _MSC_VER > 1000
  19. #pragma once
  20. #endif // _MSC_VER > 1000
  21. // IsoPaintThread.h : Header-Datei
  22. //
  23. /////////////////////////////////////////////////////////////////////////////
  24. // Thread CIsoPaintThread
  25. class CIsoPaintThread : public CWinThread
  26. {
  27. DECLARE_DYNCREATE(CIsoPaintThread)
  28. protected:
  29. CIsoPaintThread(); // Dynamische Erstellung verwendet geschützten Konstruktor
  30. // Attribute
  31. public:
  32. // Operationen
  33. public:
  34. // Überschreibungen
  35. // Vom Klassen-Assistenten generierte virtuelle Funktionsüberschreibungen
  36. //{{AFX_VIRTUAL(CIsoPaintThread)
  37. public:
  38. virtual BOOL InitInstance();
  39. virtual int ExitInstance();
  40. //}}AFX_VIRTUAL
  41. // Implementierung
  42. protected:
  43. virtual ~CIsoPaintThread();
  44. // Generierte Nachrichtenzuordnungsfunktionen
  45. //{{AFX_MSG(CIsoPaintThread)
  46. // HINWEIS - Der Klassen-Assistent fügt hier Member-Funktionen ein und entfernt diese.
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. /////////////////////////////////////////////////////////////////////////////
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ fügt unmittelbar vor der vorhergehenden Zeile zusätzliche Deklarationen ein.
  53. #endif // AFX_ISOPAINTTHREAD_H__13F04541_01CB_11D5_9C88_FB4495B57649__INCLUDED_