summaryrefslogtreecommitdiffstats
path: root/source/cSurvivalInventory.h
blob: 2061de2b0a1f7340d719bbd8e0b6fa57ff2a9c24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

#pragma once

#include "cInventory.h"





class cSurvivalInventory										//tolua_export
	: public cInventory
{														//tolua_export
public:
	cSurvivalInventory(cPlayer* a_Owner);
	~cSurvivalInventory();

	virtual void Clicked( cPacket* a_ClickPacket );
};	//tolua_export