/* * BaseShapes.hpp * * Created on: Jun 18, 2010 * Author: crueger */ #ifndef BASESHAPES_HPP_ #define BASESHAPES_HPP_ #include "Shapes/Shape.hpp" Shape Sphere(); Shape Cuboid(); #endif /* BASESHAPES_HPP_ */