0023776: Redesign of MFC samples after V2d viewer removing
[occt.git] / samples / mfc / standard / 09_Animation / src / AnimationApp.h
1 // AnimationApp.h : main header file for the Animation application
2 //
3
4 #if !defined(AFX_ANIMATION_H__79840E7E_1001_11D2_B8C1_0000F87A77C1__INCLUDED_)
5 #define AFX_ANIMATION_H__79840E7E_1001_11D2_B8C1_0000F87A77C1__INCLUDED_
6
7 #if _MSC_VER >= 1000
8 #pragma once
9 #endif // _MSC_VER >= 1000
10
11 #include <OCC_App.h>
12
13 class CAnimationApp : public OCC_App
14 {
15 public:
16
17   CAnimationApp();
18
19 //{{AFX_MSG(CAnimationApp)
20   afx_msg void OnAppAbout();
21     // NOTE - the ClassWizard will add and remove member functions here.
22     //    DO NOT EDIT what you see in these blocks of generated code !
23   //}}AFX_MSG
24   DECLARE_MESSAGE_MAP()
25 // Overrides
26   // ClassWizard generated virtual function overrides
27   //{{AFX_VIRTUAL(CAnimationApp)
28   public:
29   virtual BOOL InitInstance();
30   //}}AFX_VIRTUAL
31 };
32
33 /////////////////////////////////////////////////////////////////////////////
34
35 //{{AFX_INSERT_LOCATION}}
36 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
37
38 #endif // !defined(AFX_ANIMATION_H__79840E7E_1001_11D2_B8C1_0000F87A77C1__INCLUDED_)