The goal of vodovod is to reach the highest possible score. You get a limited number of pipes on each level and need to combine them to lead the water from the house at the top of the screen to the storage tank at the bottom. help & ok jasper@
16 lines
575 B
Plaintext
16 lines
575 B
Plaintext
$OpenBSD: patch-config_h,v 1.1.1.1 2007/07/05 16:13:27 simon Exp $
|
|
--- config.h.orig Sun Jun 3 13:09:24 2007
|
|
+++ config.h Thu Jul 5 15:16:26 2007
|
|
@@ -27,6 +27,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
#include <map>
|
|
#include <vector>
|
|
#include <string>
|
|
+
|
|
+#ifndef DATADIR
|
|
+#define DATADIR "."
|
|
+#endif
|
|
+
|
|
//---------------------------------------------------------------------------------------
|
|
enum taAction { taLeft, taRight, taDown, taUp, taDrop, taFlood };
|
|
//---------------------------------------------------------------------------------------
|