hl2_src-leak-2017/src/game/server/tf/tf_playerclass.h

25 lines
601 B
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//
//=============================================================================
#ifndef TF_PLAYERCLASS_H
#define TF_PLAYERCLASS_H
#ifdef _WIN32
#pragma once
#endif
#include "tf_playerclass_shared.h"
//-----------------------------------------------------------------------------
// TF Player Class
//-----------------------------------------------------------------------------
class CTFPlayerClass : public CTFPlayerClassShared
{
public:
CTFPlayerClass();
~CTFPlayerClass();
private:
};
#endif // TF_PLAYERCLASS_H