summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2OuterObjList.h
blob: 8069ac1e20fd1a3f31463b55dc3352554fb08269 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "common.h"
#include "LArray.h"

class AFX_CLASS_EXPORT T2OuterObjList : public LArray {
public:
	~T2OuterObjList();
};