GME  13
InPlaceCommon.h
Go to the documentation of this file.
00001 // InPlaceCommon.h : header file
00002 //
00003 // Common functions used by in-place popup
00004 // (color, combo-box, compass-check, compass-opt, etc.) dialogs
00005 //
00007 
00008 #if !defined(_INPLACECOMMON_H__INCLUDED_)
00009 #define _INPLACECOMMON_H__INCLUDED_
00010 
00011 #if _MSC_VER > 1000
00012 #pragma once
00013 #endif // _MSC_VER > 1000
00014 // InPlaceCommon.h : header file
00015 //
00016 
00018 
00019 void RelayMouseClickToInspectorList(CWnd* inspectorList, CPoint screenPoint);
00020 
00022 
00023 //{{AFX_INSERT_LOCATION}}
00024 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00025 
00026 #endif // !defined(_INPLACECOMMON_H__INCLUDED_)