Fission FSN
Loading...
Searching...
No Matches
gfICatalogueParser.h
Go to the documentation of this file.
1/********************************************************************
2*
3* File: gfICatalogueParser.h
4*
5* Purpose: Interface for creating in game shop objects from
6* source data
7*
8*********************************************************************/
9
10#ifndef gfICatalogueParserhdr
11#define gfICatalogueParserhdr
12
13#include <fsCore/fsStr.h>
14
16
17
19{
20public:
21
22 virtual gfCCatalogueCatalogue* const catalogueLoad(const fsStr& pFileName) = 0;
23
25 {
26 }
27
28protected:
29
31 {
32 }
33
34private:
35};
36
37#endif
Definition fsStr.h:23
Definition gfCCatalogueCatalogue.h:17
virtual gfCCatalogueCatalogue *const catalogueLoad(const fsStr &pFileName)=0
virtual ~gfICatalogueParser()
Definition gfICatalogueParser.h:24
gfICatalogueParser()
Definition gfICatalogueParser.h:30