blob: 02b9561085b6f48a58511852296b45edb10a195c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
--- brickout-2002.06.09/brickout.c~directories 2002-06-10 09:47:53.000000000 +0200
+++ brickout-2002.06.09/brickout.c 2004-01-26 16:39:25.000000000 +0100
@@ -15,6 +15,10 @@
May 17, 2001 - June 9, 2002
*/
+#define IMAGEDIR "/opt/QtPalmtop/share/brickout/images/"
+#define SOUNDDIR "/opt/QtPalmtop/share/brickout/sounds/"
+#define MUSICDIR "/opt/QtPalmtop/share/brickout/music/"
+#define THE_IMAGES
#include <stdio.h>
#include <stdlib.h>
|