#pragma once #include "Rect.h" namespace charcoal { namespace physics { typedef Rectangle Rect; } }