lab_inheritance
Insidious Inheritance
truck.h File Reference

Declaration of the Truck class. More...

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

Classes

class  Truck
 A subclass of Drawable that can draw a truck. More...
 

Detailed Description

Declaration of the Truck class.