lab_inheritance
Insidious Inheritance
shape.h File Reference

Declaration of the Shape class. More...

#include "drawable.h"
#include "vector2.h"
Include dependency graph for shape.h:
This graph shows which files directly or indirectly include this file:

Classes

class  Shape
 An abstract base class that represents a Shape which has an area, perimeter, color, and can contain Vector2s. More...
 

Detailed Description

Declaration of the Shape class.