blob: f07a3b6443f2549a64f501ec518bff5701a9a2aa (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef T2DLL_T2OUTEROBJLIST_H
#define T2DLL_T2OUTEROBJLIST_H
#include "../common.h"
#include "LArray.h"
class AFX_CLASS_EXPORT T2OuterObjList : public LArray {
public:
~T2OuterObjList();
};
#endif
|