home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / code / desklib / DeskLib / !DeskLib / h / DragASpr < prev    next >
Encoding:
Text File  |  1995-07-17  |  403 b   |  18 lines

  1.  
  2. #ifndef __dl_dragaspr_h
  3. #define __dl_dragaspr_h
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #ifndef __dl_wimp_h
  8. #include "wimp.h"
  9. #endif
  10. extern os_error *DragASprite_Start(int flags, void *spritearea, char *name,
  11. wimp_rect *bound, wimp_rect *parent);
  12. extern os_error *DragASprite_Stop(void);
  13. extern os_error *DragASprite_DragIcon(window_handle window, icon_handle icon);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif
  18.