00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #if !defined(INC_MGUI_CURSORH_H) && (defined(X_NATIVE) || defined(WIN32_MFC))
00024 #define INC_MGUI_CURSORH_H
00025
00026 #if !defined(INC_MI32_STDAFX_H) && defined(WIN32_MFC)
00027 #include <mi32/stdafx.h>
00028 #endif
00029
00030 #if !defined(INC_MI32_XDEFNS_H) && defined(X_NATIVE)
00031 #include <mi32/xdefns.h>
00032 #endif
00033
00034 #ifndef INC_MGUI_CURSORID_H
00035 #include <mgui/cursorid.h>
00036 #endif
00037
00038
00039 namespace MGUI {
00040
00041 #ifdef WIN32_MFC
00042
00043 HCURSOR GetCursorHandle (CURSORID id);
00044 #else
00045
00046 Cursor GetCursorHandle (CURSORID id);
00047 #endif
00048
00049 };
00050
00051 #endif // INC_MGUI_CURSORH_H