home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / desklib / !DeskLib / h / Hourglass < prev    next >
Encoding:
Text File  |  1994-05-22  |  956 b   |  28 lines

  1. /*
  2.     ####             #    #     # #
  3.     #   #            #    #       #          The FreeWare C library for 
  4.     #   #  ##   ###  #  # #     # ###             RISC OS machines
  5.     #   # #  # #     # #  #     # #  #   ___________________________________
  6.     #   # ####  ###  ##   #     # #  #                                      
  7.     #   # #        # # #  #     # #  #    Please refer to the accompanying
  8.     ####   ### ####  #  # ##### # ###    documentation for conditions of use
  9.     ________________________________________________________________________
  10.  
  11.     File:    Hourglass.h
  12.     Author:  Copyright © 1993 Jason Howat
  13.     Version: 2.00 (24 Jul 1993)
  14.     Purpose: Hourglass module veneers
  15. */
  16.  
  17.  
  18. #ifndef __dl_hourglass_h
  19. #define __dl_hourglass_h
  20.  
  21. extern void Hourglass_On(void);
  22. extern void Hourglass_Start(int startdelay);
  23. extern void Hourglass_Percentage(int percent);
  24. extern void Hourglass_Off(void);
  25. extern void Hourglass_Smash(void);
  26.  
  27. #endif
  28.