mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
14 lines
386 B
C++
14 lines
386 B
C++
//===========================================================================//
|
|
//
|
|
// Purpose: Implementation of the rcon client
|
|
//
|
|
//===========================================================================//
|
|
|
|
#include "core/stdafx.h"
|
|
#include "tier0/IConVar.h"
|
|
#include "tier0/cmd.h"
|
|
#include "tier0/cvar.h"
|
|
#include "engine/cl_rcon.h"
|
|
#include "common/igameserverdata.h"
|
|
|
|
// TODO..
|