quake4-sdk/source/mpgame/Player_Cheats.cpp

17 lines
208 B
C++
Raw Normal View History

2007-06-15 00:00:00 +00:00
#include "../idlib/precompiled.h"
#pragma hdrstop
#include "Game_local.h"
/*
==============
idPlayer::HandleCheats
==============
*/
void idPlayer::HandleCheats() {
}
void idPlayer::ClearCheatState() {
}