-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGRP2.h
38 lines (27 loc) · 970 Bytes
/
GRP2.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
//------------------------------------------------------------------------| GRP2.h //
// | GRP2, Graphik Dialog 2 (deutsch) //
// | von Dietmar Schrausser, (C) SCHRAUSSER 2011 //
//
#if !defined(AFX_GRP2_H__C3C3E02E_A033_412B_B7B7_D3D3C4331F0D__INCLUDED_)
#define AFX_GRP2_H__C3C3E02E_A033_412B_B7B7_D3D3C4331F0D__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 CGRP2App : public CWinApp
{
public:
CGRP2App();
//{{AFX_VIRTUAL(CGRP2App)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
//{{AFX_MSG(CGRP2App)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif