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