diff --git a/shapes/Shape.cc b/shapes/Shape.cc new file mode 100755 index 0000000..b00e1e3 --- /dev/null +++ b/shapes/Shape.cc @@ -0,0 +1,7 @@ + +#include "Shape.h" + +Shape::Shape() +{ + m_transparency = 0.0; +}