예제 #1
0
파일: shape.cpp 프로젝트: phord/repsnapper
Shape::Shape(string filename, istream *text)
  : slow_drawing(false)
{
  this->filename = filename;
  parseASCIISTL(text);
}
예제 #2
0
Shape::Shape(string filename, istream *text){
  this->filename = filename;
  parseASCIISTL(text);
}