diff -r 062b1c4143f7 -r 907929fa9b59 include/serialize.h --- 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);