/* * $Id$ * * (C) 2003-2005 Gabest * * This file is part of mpcinfo. * * Mpcinfo is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * Mpcinfo is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #pragma once #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols // CmpcinfoApp // See mpcinfo.cpp for the implementation of this class // class CmpcinfoApp : public CWinApp { public: CmpcinfoApp(); // Overrides public: virtual BOOL InitInstance(); DECLARE_MESSAGE_MAP() };