8 lines
92 B
C
8 lines
92 B
C
#ifndef SNAKE_H_
|
|
#define SNAKE_H_
|
|
|
|
void snake();
|
|
void snake_game();
|
|
|
|
|
|
#endif /* SNAKE_H_ */
|