summaryrefslogtreecommitdiff
path: root/game/shared/econ/econ_experiment.h
blob: 20a09a2b9bca5b1f7a0ae9425cbf4f344feba2c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Holds the CEconExperiment
//
// $NoKeywords: $
//=============================================================================//

#ifndef TFEXPERIMENT_H
#define TFEXPERIMENT_H
#ifdef _WIN32
#pragma once
#endif

#include "gcsdk/schemasharedobject.h"

//---------------------------------------------------------------------------------
// Purpose: 
//---------------------------------------------------------------------------------
class CEconExperiment : public GCSDK::CSchemaSharedObject< CSchExperiment, k_EEconTypeExperiment >
{
#ifdef GC_DLL
	DECLARE_CLASS_MEMPOOL( CEconExperiment );
#endif

};

#endif // TFEXPERIMENT_H