forked from mia/Aegisub
627a85bd69
added copyright notice Originally committed to SVN as r196.
22 lines
No EOL
586 B
C++
22 lines
No EOL
586 B
C++
// This file is part of FexTracker and (C) 2006 by Hajo Krabbenhöft (tentacle)
|
|
// All rights reserved but the aegisub project is allowed to use it.
|
|
|
|
// FexTrackingFeature.cpp: implementation of the FexTrackingFeature class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#include "StdAfx.h"
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Construction/Destruction
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
FexTrackingFeature::FexTrackingFeature()
|
|
{
|
|
}
|
|
|
|
FexTrackingFeature::~FexTrackingFeature()
|
|
{
|
|
|
|
}
|
|
|