scripts: move mega-sena in
[lcapit-junk-code.git] / games / hangman / game.h
blob5e9e43dc870baff4e8af87abc49316fbd1c60b50
1 #ifndef GAME_H
2 #define GAME_H
4 extern int game_debug;
5 void run_game(const char *word, const char *tip);
7 #endif /* GAME_H */