25 #ifndef __OCPCURSOR_H__
26 #define __OCPCURSOR_H__
28 #include <wx/wxprec.h>
33 #include <wx/cursor.h>
35 class wxCursorRefData;
40 ocpCursor(
const wxString& cursorName,
long type,
int hotSpotX = 0,
42 ocpCursor(
const char** xpm_data,
long type,
int hotSpotX = 0,