www.pudn.com > VOBSUB.rar > Main.h


#pragma once 
 
#include "../vobsub/vobsub.h" 
 
class CDVobSubApp : public CVSApp 
{ 
public: 
	CDVobSubApp(); 
 
	CString m_AppName; 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDVobSubApp) 
	public: 
	virtual BOOL InitInstance(); 
	virtual BOOL ExitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CDVobSubApp) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
}; 
 
extern CDVobSubApp theApp;