1 2 3 4 5 6 7
#ifndef _SNAKE_H #define _SNAKE_H void snake_init(Entity *e); void snake_update(Entity *e); #endif /* _SNAKE_H */