cutego/gui/qdragenterevent.h
2015-11-09 18:23:42 +01:00

9 lines
176 B
C
Executable file

#ifdef __cplusplus
extern "C" {
#endif
void* QDragEnterEvent_NewQDragEnterEvent(void* point, int actions, void* data, int buttons, int modifiers);
#ifdef __cplusplus
}
#endif