00001 00005 #include "Object.h" 00006 00007 Object::Object() 00008 { 00009 } 00010 00011 Object::~Object() 00012 { 00013 } 00014 00015 void Object::preprocess() 00016 { 00017 }