almost
[fbgfx] / src / tunnel.h
1 #ifndef TUNNEL_H_
2 #define TUNNEL_H_
3
4 int init_tunnel(int x, int y);
5 void destroy_tunnel(void);
6 void draw_tunnel(unsigned short *pixels);
7
8 #endif  /* TUNNEL_H_ */