include/serialize.h
branchpyrit
changeset 91 9d66d323c354
parent 80 907929fa9b59
child 94 4c8abb8977dc
equal deleted inserted replaced
90:f6a72eb99631 91:9d66d323c354
    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