r5sdk/r5dev/engine/cl_rcon.cpp

14 lines
386 B
C++
Raw Normal View History

//===========================================================================//
//
// Purpose: Implementation of the rcon client
//
//===========================================================================//
#include "core/stdafx.h"
#include "tier0/IConVar.h"
2022-02-06 17:06:22 +01:00
#include "tier0/cmd.h"
#include "tier0/cvar.h"
#include "engine/cl_rcon.h"
#include "common/igameserverdata.h"
// TODO..