Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/template.h')
-rw-r--r--src/game/base/template.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/base/template.h b/src/game/base/template.h
index 5780e9c..7934a7f 100644
--- a/src/game/base/template.h
+++ b/src/game/base/template.h
@@ -50,6 +50,11 @@ public:
* @brief apply a template to an entity
*/
void apply(core::Entity *entity) const;
+
+ /**
+ * @brief read template keys from an ini file
+ */
+ static bool got_template_key(filesystem::IniFile &inifile, Template *entitytemplate);
protected: