branch | pyrit |
changeset 80 | 907929fa9b59 |
parent 78 | 9569e9f35374 |
child 91 | 9d66d323c354 |
--- a/include/serialize.h Wed Apr 23 14:39:33 2008 +0200 +++ b/include/serialize.h Wed Apr 23 19:35:03 2008 +0200 @@ -47,7 +47,7 @@ extern Indexer vertex_index, shape_index; void resetSerializer(); -Shape *loadShape(istream &st); +Shape *loadShape(istream &st, Material *mat); ostream & operator<<(ostream &st, Shape &o); ostream & operator<<(ostream &st, Vertex &o);