home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2002 May
/
Game.EXE_05_2002.iso
/
Alawar
/
Lib
/
Format
/
PictureFormatManager.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-03-24
|
248 b
|
12 lines
#ifndef PICTUREFORMATMANAGER_H
#define PICTUREFORMATMANAGER_H
#include "PictureFormat.h"
class String;
class PictureFormatManager
{
public:
static PictureFormat * create_format(const String & name);
};
#endif //PICTUREFORMATMANAGER_H