From 84eab812554d55f57f592d9af54c8c4b9b98a651 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 2 Oct 2011 16:10:43 +0000 Subject: Added a print() method to list individual templates through the list_template command. --- src/game/base/template.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/base/template.h') diff --git a/src/game/base/template.h b/src/game/base/template.h index 7934a7f..a89a092 100644 --- a/src/game/base/template.h +++ b/src/game/base/template.h @@ -44,6 +44,8 @@ public: return template_color_second; } + virtual void print() const; + /* --- actors ----------------------------------------------------- */ /** -- cgit v1.2.3