Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/material.h')
-rw-r--r--src/model/material.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/material.h b/src/model/material.h
index 3c0ccf1..9b54dcc 100644
--- a/src/model/material.h
+++ b/src/model/material.h
@@ -32,6 +32,8 @@ public:
Material(const std::string &name);
~Material();
+
+ void print();
/* ---- inspectors ----------------------------------------- */