Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-10-02 16:10:43 +0000
committerStijn Buys <ingar@osirion.org>2011-10-02 16:10:43 +0000
commit84eab812554d55f57f592d9af54c8c4b9b98a651 (patch)
tree0f413f3dfa3126b0d01f11fdd45a0cee104c97db /src/game/base/template.h
parent5ab99153e883e203d6f8f60e441948d0b0bd3149 (diff)
Added a print() method to list individual templates through the list_template command.
Diffstat (limited to 'src/game/base/template.h')
-rw-r--r--src/game/base/template.h2
1 files changed, 2 insertions, 0 deletions
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 ----------------------------------------------------- */
/**