From 414690a4ad3275b09b3655cf3bf8ba43ba3a3177 Mon Sep 17 00:00:00 2001 From: Shadow Date: Sun, 17 Nov 2013 12:15:39 +0200 Subject: [PATCH] Update Village.php --- GameEngine/Village.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GameEngine/Village.php b/GameEngine/Village.php index 560b93b9..7162ed97 100644 --- a/GameEngine/Village.php +++ b/GameEngine/Village.php @@ -13,6 +13,7 @@ include("Session.php"); include("Building.php"); include("Market.php"); include("Technology.php"); +include("Automation.php"); class Village { @@ -292,4 +293,4 @@ class Village { $village = new Village; $building = new Building; -?> \ No newline at end of file +?>