From b4d150602df5b9a61a3d3b1084524c9317c55cde Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Mon, 2 Oct 2017 03:00:34 +0200 Subject: iengine.go - Here comes all the Mapcration and Action calculus adde maps and stuff --- engine.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 engine.go (limited to 'engine.go') diff --git a/engine.go b/engine.go new file mode 100644 index 0000000..3186f5f --- /dev/null +++ b/engine.go @@ -0,0 +1,8 @@ +package main + + +func getNewArea(x,y int, nam string) Area { + myArea := Area{x,y,0,nam,0,0} + return myArea + +} -- cgit v1.2.3