source-engine/game/client/tf2base/c_tf_playerclass.h
2022-08-13 03:20:41 +03:00

23 lines
586 B
C++

//========= Copyright © 1996-2004, Valve LLC, All rights reserved. ============
//
//=============================================================================
#ifndef C_TF_PLAYERCLASS_H
#define C_TF_PLAYERCLASS_H
#ifdef _WIN32
#pragma once
#endif
#include "tf_playerclass_shared.h"
//-----------------------------------------------------------------------------
// TF Player Class
//-----------------------------------------------------------------------------
class C_TFPlayerClass : public CTFPlayerClassShared
{
public:
C_TFPlayerClass() {}
};
#endif // C_TF_PLAYERCLASS_H