summaryrefslogtreecommitdiffstats
path: root/games/hex/files/patch-hex.h
blob: 023e818c6d7806217e7fdc35b38355c071e7a823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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
 
 #define XSIZE 8
 #define YSIZE 12 // add 1 for the ceiling line
OpenPOWER on IntegriCloud