home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2002 May / Game.EXE_05_2002.iso / Alawar / Lib / Format / PictureFormatManager.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-24  |  248 b   |  12 lines

  1. #ifndef PICTUREFORMATMANAGER_H
  2. #define PICTUREFORMATMANAGER_H
  3. #include "PictureFormat.h"
  4.  
  5. class String;
  6.  
  7. class PictureFormatManager
  8. {
  9. public:    
  10.     static PictureFormat * create_format(const String & name);
  11. };
  12. #endif //PICTUREFORMATMANAGER_H