home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / desktop / newbar / Source / NewBar / h / hotkeys < prev    next >
Text File  |  1998-07-18  |  146b  |  13 lines

  1.  
  2. /* hotkeys.h */
  3.  
  4. #ifndef hotkeys_H
  5. #define hotkeys_H
  6.  
  7. #include "OS:wimp.h"
  8.  
  9. extern wimp_w hotkeys_window;
  10. void hotkeys_initialise(void);
  11.  
  12. #endif
  13.