mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-14 12:46:58 +00:00
1
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//========= 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
|
||||
Reference in New Issue
Block a user