2000-09-05 03:18:48 +02:00
|
|
|
--- hex.h.orig Sat Aug 7 06:27:05 1999
|
|
|
|
+++ hex.h Wed Aug 9 02:54:56 2000
|
|
|
|
@@ -1,5 +1,9 @@
|
|
|
|
+#ifndef GRAPHICPATH
|
|
|
|
#define GRAPHICPATH "./graphics/"
|
|
|
|
+#endif
|
|
|
|
+#ifndef LEVELPATH
|
|
|
|
#define LEVELPATH "./levels/"
|
|
|
|
+#endif
|
1999-08-14 05:52:28 +02:00
|
|
|
|
|
|
|
#define XSIZE 8
|
|
|
|
#define YSIZE 12 // add 1 for the ceiling line
|