borgware-2d/animations/snake.h

7 lines
86 B
C

#ifndef SNAKE_H_
#define SNAKE_H_
void snake_animation(void);
#endif /* SNAKE_H_ */