aboutsummaryrefslogtreecommitdiff
path: root/world.h
diff options
context:
space:
mode:
authorSemperVinco <w.deweijer@hotmail.com>2017-03-01 22:24:57 +0100
committerSemperVinco <w.deweijer@hotmail.com>2017-03-01 22:24:57 +0100
commit0bf7fd38aea996a381717fe4be09817259575531 (patch)
tree65c76252bb4b42402ca7ff0eb103573b542b0347 /world.h
parent2148f4e5d4effa5d1613a074f91da2c34ac6e5ed (diff)
Add position argument option -p which places bots in specific locations, syntax: ./sim -p b1.rob 1 2 b2.rob -2 4
Diffstat (limited to 'world.h')
-rw-r--r--world.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/world.h b/world.h
index 8f17834..90ca74e 100644
--- a/world.h
+++ b/world.h
@@ -94,6 +94,7 @@ public:
~World();
Robot& create(const Team *team,int iset,int nbanks,bool mobile);
+ Robot& create(const Team *team,int iset,int nbanks,bool mobile,int x,int y);
Robot& createInFront(const Robot *caller,const Team *team,int iset,int nbanks,bool mobile);
void tick();