From 5213df1af3d515a68541bde56b3034ab28a5d222 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 27 Jan 2009 18:15:06 +0000 Subject: [PATCH] added shapes/Shape.cc git-svn-id: svn://anubis/fart/trunk@54 7f9b0f55-74a9-4bce-be96-3c2cd072584d --- shapes/Shape.cc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 shapes/Shape.cc 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; +}