8 lines
83 B
C
8 lines
83 B
C
#ifndef PUKEKO_H
|
|
#define PUKEKO_H
|
|
|
|
void print_game_screen();
|
|
|
|
#endif // !PUKEKO_H
|
|
|