home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / angcon / hourglas.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-09  |  268 b   |  18 lines

  1. // Copyright 1993, Au Software
  2. // File:  hourglas.hpp
  3. //
  4.  
  5. #ifndef __hourglass_HPP
  6. #define __hourglass_HPP
  7.  
  8. #include <owl.h>
  9. _CLASSDEF(HourGlassCursor)
  10. class HourGlassCursor 
  11. {
  12.    public:
  13.      HourGlassCursor(BOOL);
  14.      ~HourGlassCursor();
  15. };
  16.  
  17. #endif
  18.