home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl_ani1.zip / ocl_ani1.h < prev    next >
Text File  |  1997-06-19  |  349b  |  15 lines

  1. /* Stéphane Charette, scharett@vansel.alcatel.com
  2.  * IBM Open Class Library Animation Sample
  3.  * (using Visual Age C++ v3.0 with OS/2 v4.0)
  4.  * 1997June19
  5.  */
  6.  
  7. #ifndef OCL_ANI1_H
  8. #define OCL_ANI1_H
  9.  
  10. #define DIALOG_RCID                 0x1000
  11. #define CANVAS_RCID                 0x1001
  12. #define BMP_BALL_RCID               0x1002
  13.  
  14. #endif
  15.