11 lines
121 B
C++
11 lines
121 B
C++
#include "stdafx.h"
|
|
#include "ObjectList.h"
|
|
|
|
ObjectList::ObjectList()
|
|
{
|
|
}
|
|
|
|
ObjectList::~ObjectList()
|
|
{
|
|
RemoveAll();
|
|
} |