#ifndef SNAKE_H_
#define SNAKE_H_

void snake();
void snake_game();


#endif /* SNAKE_H_ */