Fission FSN
Loading...
Searching...
No Matches
gfIPurchaseAction.h
Go to the documentation of this file.
1/********************************************************************
2*
3* File: gfIPurchaseAction.h
4*
5* Purpose: Running the appropriate actions when shop items are
6* purchased
7*
8*********************************************************************/
9
10#ifndef gfIPurchaseActionhdr
11#define gfIPurchaseActionhdr
12
13#include <fsCore/fsBaseTypes.h>
14
16
18{
19public:
20
21 virtual fsBool purchaseHandle(const gfCCatalogueItem* pShopItem) = 0;
22
24 {
25 }
26
27protected:
28
30 {
31 }
32
33private:
34};
35
36#endif
Definition gfCCatalogueItem.h:16
virtual ~gfIPurchaseAction()
Definition gfIPurchaseAction.h:23
gfIPurchaseAction()
Definition gfIPurchaseAction.h:29
virtual fsBool purchaseHandle(const gfCCatalogueItem *pShopItem)=0
bool fsBool
Definition fsBaseTypes.h:26