summaryrefslogtreecommitdiff
path: root/src/T2DLL/CObjectList.h
blob: 6141747bc23a90e34526f2757f335372790529f4 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "common.h"
#include "LArray.h"

class AFX_CLASS_EXPORT CObjectList : public LArray {
public:
	CObjectList();
	virtual ~CObjectList();
	virtual void AllClear();
};