equal
deleted
inserted
replaced
50 Shape *loadShape(istream &st, Material *mat); |
50 Shape *loadShape(istream &st, Material *mat); |
51 |
51 |
52 ostream & operator<<(ostream &st, Shape &o); |
52 ostream & operator<<(ostream &st, Shape &o); |
53 ostream & operator<<(ostream &st, Vertex &o); |
53 ostream & operator<<(ostream &st, Vertex &o); |
54 ostream & operator<<(ostream &st, Container &o); |
54 ostream & operator<<(ostream &st, Container &o); |
55 istream & operator>>(istream &st, Vector3 &v); |
55 istream & operator>>(istream &st, Vector &v); |
56 |
56 |
57 #endif |
57 #endif |