forked from mia/Aegisub
97d996f995
Originally committed to SVN as r1008.
23 lines
No EOL
588 B
C++
23 lines
No EOL
588 B
C++
// This file is part of FexTracker and (C) 2006 by Hajo Krabbenh<6E>t (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()
|
||
{
|
||
|
||
}
|
||
|
||
|