added shapes/Shape.cc

git-svn-id: svn://anubis/fart/trunk@54 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
Josh Holtrop 2009-01-27 18:15:06 +00:00
parent f4781e2889
commit 5213df1af3

7
shapes/Shape.cc Executable file
View File

@ -0,0 +1,7 @@
#include "Shape.h"
Shape::Shape()
{
m_transparency = 0.0;
}