9 lines
110 B
C++
9 lines
110 B
C++
#pragma once
|
|
|
|
#include <afxwin.h>
|
|
|
|
class CMyPaint : public CWinApp {
|
|
public:
|
|
virtual BOOL InitInstance();
|
|
};
|