/* * $Id$ * * (C) 2003-2005 Gabest * * This file is part of asf2mkv. * * Asf2mkv 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. * * Asf2mkv 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 // Casf2mkvApp: // See asf2mkv.cpp for the implementation of this class // class Casf2mkvApp : public CWinApp { public: Casf2mkvApp(); // Overrides public: virtual BOOL InitInstance(); // Implementation DECLARE_MESSAGE_MAP() virtual int ExitInstance(); }; extern Casf2mkvApp theApp;