Home
last modified time | relevance | path

Searched refs:type_of_cheat (Results 1 – 1 of 1) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/
H A Dshell.cpp158 extern void handle_keyword(int type_of_cheat);
849 int type_of_cheat = process_keyword_key(key); in handle_game_key() local
850 if (type_of_cheat != NONE) in handle_game_key()
851 handle_keyword(type_of_cheat); in handle_game_key()