GME  13
PanningView.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 // PanningView.h : main header file for PanningView.DLL
00004 
00005 #if !defined( __AFXCTL_H__ )
00006 #error include 'afxctl.h' before including this file
00007 #endif
00008 
00009 #include "resource.h"       // main symbols
00010 
00011 
00012 // CPanningViewApp : See PanningView.cpp for implementation.
00013 
00014 class CPanningViewApp : public COleControlModule
00015 {
00016 public:
00017         BOOL InitInstance();
00018         int ExitInstance();
00019 };
00020 
00021 extern const GUID CDECL _tlid;
00022 extern const WORD _wVerMajor;
00023 extern const WORD _wVerMinor;
00024