home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / Aidan's Class Libraries / Source / Headers / CLStyle.h < prev    next >
Encoding:
Text File  |  1997-05-18  |  156 b   |  13 lines  |  [TEXT/CWIE]

  1. //Copyright (c) 1997 Aidan Cully
  2. //All rights reserved.
  3.  
  4. #ifndef __CLSTYLE_H
  5. #define __CLSTYLE_H
  6.  
  7. class TStyle
  8. {
  9. public:
  10.     virtual void Apply()=0;
  11. };
  12.  
  13. #endif