almost
[fbgfx] / src / tunnel.h
diff --git a/src/tunnel.h b/src/tunnel.h
new file mode 100644 (file)
index 0000000..c4337e1
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef TUNNEL_H_
+#define TUNNEL_H_
+
+int init_tunnel(int x, int y);
+void destroy_tunnel(void);
+void draw_tunnel(unsigned short *pixels);
+
+#endif /* TUNNEL_H_ */