Go to the documentation of this file.00001
00002
00003
00004 #pragma once
00005
00006 #ifndef __AFXWIN_H__
00007 #error "PCH¿¡ ´ëÇØ ÀÌ ÆÄÀÏÀ» Æ÷ÇÔÇϱâ Àü¿¡ 'stdafx.h'¸¦ Æ÷ÇÔÇÕ´Ï´Ù."
00008 #endif
00009
00010 #include "resource.h"
00011
00012
00013
00014
00015
00016
00017 class Ctest_eventApp : public CWinApp
00018 {
00019 public:
00020 Ctest_eventApp();
00021
00022
00023 public:
00024 virtual BOOL InitInstance();
00025
00026
00027
00028 DECLARE_MESSAGE_MAP()
00029 };
00030
00031 extern Ctest_eventApp theApp;