mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bff4784d93
- Remove USE_GMAKE PR: 21031 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
--- 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
|