home *** CD-ROM | disk | FTP | other *** search
-
- #ifndef __dl_dragaspr_h
- #define __dl_dragaspr_h
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifndef __dl_wimp_h
- #include "wimp.h"
- #endif
- extern os_error *DragASprite_Start(int flags, void *spritearea, char *name,
- wimp_rect *bound, wimp_rect *parent);
- extern os_error *DragASprite_Stop(void);
- extern os_error *DragASprite_DragIcon(window_handle window, icon_handle icon);
- #ifdef __cplusplus
- }
- #endif
- #endif
-