quake4-sdk/source/game/Player_Cheats.cpp
2007-06-15 00:00:00 +00:00

16 lines
208 B
C++

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