Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/alex4/files/patch-main.h
16461 views
1
--- main.h.orig 2016-06-14 13:49:42.882747000 -0400
2
+++ main.h
3
@@ -93,5 +93,8 @@
4
#define check_bb_collision(x1,y1,w1,h1,x2,y2,w2,h2) (!( ((x1)>=(x2)+(w2)) || ((x2)>=(x1)+(w1)) || \
5
((y1)>=(y2)+(h2)) || ((y2)>=(y1)+(h1)) ))
6
7
+#ifndef DATADIR
8
+#define DATADIR "data/"
9
+#endif
10
11
#endif
12
13