Skip to content

Commit

Permalink
D:\Notepad\Notepad.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wildwoong@gmail.com committed Jan 21, 2011
1 parent 864297e commit 1e02431
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Notepad.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Notepad.h

#ifndef _NOTEPAD_H
#define _NOTEPAD_H

#include <afxwin.h>

class CNotepadApp:public CWinApp{
public:
virtual BOOL InitInstance();
};

#endif //_NOTEPAD_H

0 comments on commit 1e02431

Please sign in to comment.