21 lines
351 B
C++
21 lines
351 B
C++
// te-outline.cpp: implementation of the CTE_Outline class
|
|
|
|
#include <stdafx.h>
|
|
#include <te-outline.h>
|
|
|
|
#define new DEBUG_NEW
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
CTE_Outline::CTE_Outline()
|
|
{
|
|
}
|
|
|
|
CTE_Outline::CTE_Outline(CTE_Outline const& outline)
|
|
{
|
|
}
|
|
|
|
CTE_Outline::~CTE_Outline()
|
|
{
|
|
}
|