borgware-2d/animations/snake.h

9 lines
92 B
C

#ifndef SNAKE_H_
#define SNAKE_H_
void snake();
void snake_game();
#endif /* SNAKE_H_ */