aboutsummaryrefslogtreecommitdiff
path: root/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'world.h')
-rw-r--r--world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/world.h b/world.h
index 2e392c2..8f17834 100644
--- a/world.h
+++ b/world.h
@@ -98,6 +98,8 @@ public:
void tick();
Robot* targetbot(const Robot *r);
+
+ void print() const;
};