1
0
mirror of https://github.com/nillerusr/source-engine.git synced 2025-01-19 19:40:38 +00:00

25 lines
601 B
C
Raw Normal View History

2020-04-22 12:56:21 -04:00
//========= 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