16 lines
208 B
C++
16 lines
208 B
C++
#include "../idlib/precompiled.h"
|
|
#pragma hdrstop
|
|
|
|
#include "Game_local.h"
|
|
|
|
/*
|
|
==============
|
|
idPlayer::HandleCheats
|
|
==============
|
|
*/
|
|
void idPlayer::HandleCheats() {
|
|
}
|
|
|
|
|
|
void idPlayer::ClearCheatState() {
|
|
}
|