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