quake4-sdk/source/mpgame/Player_Cheats.cpp

17 lines
208 B
C++

#include "../idlib/precompiled.h"
#pragma hdrstop
#include "Game_local.h"
/*
==============
idPlayer::HandleCheats
==============
*/
void idPlayer::HandleCheats() {
}
void idPlayer::ClearCheatState() {
}