mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-12 08:11:10 +02:00
17 lines
199 B
C++
17 lines
199 B
C++
#include "precompiled.h"
|
|
#pragma hdrstop
|
|
|
|
#include "Game_local.h"
|
|
|
|
/*
|
|
==============
|
|
idPlayer::HandleCheats
|
|
==============
|
|
*/
|
|
void idPlayer::HandleCheats() {
|
|
}
|
|
|
|
|
|
void idPlayer::ClearCheatState() {
|
|
}
|