home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 March / Gamestar_82_2006-03_dvd.iso / DVDStar / Editace / quake4_sdkv10.exe / source / game / Player_Cheats.cpp < prev    next >
C/C++ Source or Header  |  2005-11-14  |  208b  |  17 lines

  1. #include "../idlib/precompiled.h"
  2. #pragma hdrstop
  3.  
  4. #include "Game_local.h"
  5.  
  6. /*
  7. ==============
  8. idPlayer::HandleCheats
  9. ==============
  10. */
  11. void idPlayer::HandleCheats() {
  12. }
  13.  
  14.  
  15. void idPlayer::ClearCheatState() {
  16. }
  17.