src/cheat_func.h
changeset 8965 29a591456a2f
parent 8275 f17d0c863ee3
equal deleted inserted replaced
8964:84f2e443b7be 8965:29a591456a2f
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file cheat_func.h Functions related to cheating. */
       
     4 
       
     5 #ifndef CHEAT_FUNC_H
       
     6 #define CHEAT_FUNC_H
       
     7 
       
     8 #include "cheat_type.h"
       
     9 
       
    10 extern Cheats _cheats;
       
    11 
       
    12 void ShowCheatWindow();
       
    13 
       
    14 /**
       
    15  * Return true if any cheat has been used, false otherwise
       
    16  * @return has a cheat been used?
       
    17  */
       
    18 bool CheatHasBeenUsed();
       
    19 
       
    20 #endif /* CHEAT_FUNC_H */