repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scripts: move mega-sena in
[lcapit-junk-code.git]
/
games
/
hangman
/
game.h
blob
5e9e43dc870baff4e8af87abc49316fbd1c60b50
1
#ifndef GAME_H
2
#define GAME_H
3
4
extern
int
game_debug
;
5
void
run_game
(
const char
*
word
,
const char
*
tip
);
6
7
#endif
/* GAME_H */