#include "stdafx.h" #include "ObjectList.h" ObjectList::ObjectList() { } ObjectList::~ObjectList() { RemoveAll(); }