screen system
[fbgfx] / src / tunnel.h
diff --git a/src/tunnel.h b/src/tunnel.h
deleted file mode 100644 (file)
index 05a9864..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef TUNNEL_H_
-#define TUNNEL_H_
-
-int init_tunnel(int x, int y, int bpp);
-void destroy_tunnel(void);
-void draw_tunnel(void *pixels);
-
-#endif /* TUNNEL_H_ */