8 lines
No EOL
72 B
C
8 lines
No EOL
72 B
C
#include "snake.h"
|
|
|
|
Body head[40]={{0,0},0,-1};
|
|
void snake_init()
|
|
{
|
|
|
|
|
|
} |