// Arrangement2.h : PROJECT_NAME ÀÀ¿ë ÇÁ·Î±×·¥¿¡ ´ëÇÑ ÁÖ Çì´õ ÆÄÀÏÀÔ´Ï´Ù. // #pragma once #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // ÁÖ ±âÈ£ // CArrangement2App: // ÀÌ Å¬·¡½ºÀÇ ±¸Çö¿¡ ´ëÇØ¼­´Â Arrangement2.cppÀ» ÂüÁ¶ÇϽʽÿÀ. // class CArrangement2App : public CWinApp { public: CArrangement2App(); // ÀçÁ¤ÀÇ public: virtual BOOL InitInstance(); // ±¸Çö ULONG_PTR m_gdiplusToken; DECLARE_MESSAGE_MAP() virtual int ExitInstance(); }; extern CArrangement2App theApp;