-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathGFC.h
45 lines (36 loc) · 1.03 KB
/
GFC.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
40
41
42
43
44
45
#ifndef GFC_H_INCLUDED
#define GFC_H_INCLUDED
#include "SharedBase.h"
class bCRect;
class bCPoint;
class CFFGFCWnd;
#include "GFC/gfc_bitmap.h"
#include "GFC/gfc_bitmapmap.h"
#include "GFC/gfc_imagelist.h"
#include "GFC/gfc_imagelistmap.h"
#include "GFC/gfc_dataexchange.h"
#include "GFC/gfc_devicecontext.h"
#include "GFC/gfc_wnd.h"
#include "GFC/gfc_wndmap.h"
#include "GFC/gfc_scrollbar.h"
#include "GFC/gfc_animatectrl.h"
#include "GFC/gfc_animatedimage.h"
#include "GFC/gfc_tooltipctrl.h"
#include "GFC/gfc_button.h"
#include "GFC/gfc_checkbox.h"
#include "GFC/gfc_devicecontextmap.h"
#include "GFC/gfc_dialog.h"
#include "GFC/gfc_edit.h"
#include "GFC/gfc_font.h"
#include "GFC/gfc_listbox.h"
#include "GFC/gfc_listctrl.h"
#include "GFC/gfc_module.h"
#include "GFC/gfc_progressbar.h"
#include "GFC/gfc_radiobutton.h"
#include "GFC/gfc_slider.h"
#include "GFC/gfc_static.h"
#include "GFC/gfc_tabctrl.h"
#include "GFC/gfc_toolbarctrl.h"
#include "GFC/gfc_view.h"
void GE_STDCALL FF_DDX_Control( CFFGFCDataExchange *, GEInt, CFFGFCWnd & );
#endif