6 lines
86 B
C
6 lines
86 B
C
#ifndef SNAKE_H_
|
|
#define SNAKE_H_
|
|
|
|
void snake_animation(void);
|
|
|
|
#endif /* SNAKE_H_ */
|