reorganized the source code
[dosdemo] / src / tilemaze.h
diff --git a/src/tilemaze.h b/src/tilemaze.h
deleted file mode 100644 (file)
index a06acd8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef TILEMAZE_H_
-#define TILEMAZE_H_
-
-struct tilemaze;
-
-struct tilemaze *load_tilemaze(const char *fname);
-void destroy_tilemaze(struct tilemaze *tmz);
-
-void update_tilemaze(struct tilemaze *tmz);
-void draw_tilemaze(struct tilemaze *tmz);
-
-#endif /* TILEMAZE_H_ */