-
Notifications
You must be signed in to change notification settings - Fork 0
/
EMD.h
39 lines (27 loc) · 953 Bytes
/
EMD.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//------------------------------------------------------------------------| EMD.h //
// | EMD.scr, Bildschirmschoner //
// | von Dietmar Schrausser, (C) SCHRAUSSER 2011 //
//
#if !defined(AFX_EMD_H__9D2ED6FA_E526_4083_BA98_94441F4270D6__INCLUDED_)
#define AFX_EMD_H__9D2ED6FA_E526_4083_BA98_94441F4270D6__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h"
class CEMDApp : public CWinApp
{
public:
CEMDApp();
//{{AFX_VIRTUAL(CEMDApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
//{{AFX_MSG(CEMDApp)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif