diff options
author | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
commit | 3f95d417d9e623ac0c74df8ef11d7a01846392dd (patch) | |
tree | 45ec73f2dc07eafd7f41a6f62a8cdfbaa279469f /Checklist/ChecklistApp.h |
Diffstat (limited to 'Checklist/ChecklistApp.h')
-rw-r--r-- | Checklist/ChecklistApp.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Checklist/ChecklistApp.h b/Checklist/ChecklistApp.h new file mode 100644 index 0000000..ec384bf --- /dev/null +++ b/Checklist/ChecklistApp.h @@ -0,0 +1,24 @@ +// ChecklistApp.h: interface for the CChecklistApp class. +// +////////////////////////////////////////////////////////////////////// + +#if !defined(AFX_CHECKLISTAPP_H__19178A46_7FDB_11D3_BF9E_0020182B97FC__INCLUDED_) +#define AFX_CHECKLISTAPP_H__19178A46_7FDB_11D3_BF9E_0020182B97FC__INCLUDED_ + +#if _MSC_VER > 1000 +#pragma once +#endif // _MSC_VER > 1000 + +#include "..\common\NightSecApp.h" + +class CChecklistApp : public CNightSecApp +{ +public: + CChecklistApp(); + virtual ~CChecklistApp(); + + virtual bool InitInstance(); + +}; + +#endif // !defined(AFX_CHECKLISTAPP_H__19178A46_7FDB_11D3_BF9E_0020182B97FC__INCLUDED_) |