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