// test.h : PROJECT_NAME Ӧ�ó������ͷ�ļ�
//
#pragma once
#ifndef __AFXWIN_H__
#error "�ڰ������ļ�֮ǰ������stdafx.h�������� PCH �ļ�"
#endif
#include "resource.h" // ������
// CtestApp:
// �йش����ʵ�֣������ test.cpp
//
class CtestApp : public CWinAppEx
{
public:
CtestApp();
// ��д
public:
virtual BOOL InitInstance();
// ʵ��
DECLARE_MESSAGE_MAP()
};
extern CtestApp theApp;