home *** CD-ROM | disk | FTP | other *** search
/ Computer Panoráma / computer_panorama_1997-12-hibas.iso / SHARE / GRAPH / PTC051.ZIP / SRC / EFFECTS.H < prev    next >
C/C++ Source or Header  |  1997-07-23  |  180b  |  24 lines

  1. ////////////////////
  2. // BitBlt effects //
  3. ////////////////////
  4.  
  5. #ifndef __EFFECTS_H
  6. #define __EFFECTS_H
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. struct EFFECTS
  14. {
  15.     int blah;
  16. };
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. #endif