changes from H.G. Muller; version 4.3.14
[xboard.git] / bitmaps / test.c
diff --git a/bitmaps/test.c b/bitmaps/test.c
new file mode 100644 (file)
index 0000000..23f144c
--- /dev/null
@@ -0,0 +1,13 @@
+#define NULL 0\r
+#define BlackPawn 22\r
+#include "bitmaps.h"\r
+\r
+/*\r
+ * This is a program that you can compile to test if the include tree \r
+ * of bitmaps is complete, and if all the bitmaps are without syntax errors\r
+ */\r
+\r
+main()\r
+{\r
+       printf("Hi\n");\r
+}\r