diff --git a/FexTracker/FexTrackerRel.dll b/FexTracker/FexTrackerRel.dll index b9077cba3..ec21dce6c 100644 Binary files a/FexTracker/FexTrackerRel.dll and b/FexTracker/FexTrackerRel.dll differ diff --git a/FexTracker/FexTrackerRel.lib b/FexTracker/FexTrackerRel.lib index 48e8cb45b..bbf65d7a6 100644 Binary files a/FexTracker/FexTrackerRel.lib and b/FexTracker/FexTrackerRel.lib differ diff --git a/FexTracker/FexTrackerRel_Opti.dll b/FexTracker/FexTrackerRel_Opti.dll index c39c52878..e42e28823 100644 Binary files a/FexTracker/FexTrackerRel_Opti.dll and b/FexTracker/FexTrackerRel_Opti.dll differ diff --git a/FexTracker/FexTrackerRel_Opti.lib b/FexTracker/FexTrackerRel_Opti.lib index 867e4978c..a28790aca 100644 Binary files a/FexTracker/FexTrackerRel_Opti.lib and b/FexTracker/FexTrackerRel_Opti.lib differ diff --git a/core/FexMovement.h b/core/FexMovement.h index 897300d3b..a0a9c7221 100644 --- a/core/FexMovement.h +++ b/core/FexMovement.h @@ -1,3 +1,6 @@ +// 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. + // FexMovement.h: interface for the FexMovement class. // ////////////////////////////////////////////////////////////////////// @@ -32,6 +35,5 @@ FEXTRACKER_API FexMovement* CreateMovement(); FEXTRACKER_API void LoadMovement( FexMovement* me, const unsigned short* Filename ); FEXTRACKER_API void SaveMovement( FexMovement* me, const unsigned short* Filename ); FEXTRACKER_API void DeleteMovement( FexMovement* delme ); -//WCHAR* FEXTRACKER_API GetUniqueName(); #endif // !defined(AFX_FEXMOVEMENT_H__63D8ADD8_4EA1_4C56_8D6F_7B587A1A61A4__INCLUDED_) diff --git a/core/FexTracker.h b/core/FexTracker.h index 7e82b238b..943107334 100644 --- a/core/FexTracker.h +++ b/core/FexTracker.h @@ -1,3 +1,6 @@ +// 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. + // The following ifdef block is the standard way of creating macros which make exporting // from a DLL simpler. All files within this DLL are compiled with the FEXTRACKER_EXPORTS diff --git a/core/FexTrackingFeature.h b/core/FexTrackingFeature.h index f0371274e..fc48da729 100644 --- a/core/FexTrackingFeature.h +++ b/core/FexTrackingFeature.h @@ -1,3 +1,6 @@ +// 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.h: interface for the FexTrackingFeature class. // ////////////////////////////////////////////////////////////////////// diff --git a/core/tenlist.h b/core/tenlist.h index 1bbd0029e..8622c853e 100644 --- a/core/tenlist.h +++ b/core/tenlist.h @@ -1,3 +1,6 @@ +// 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. + #pragma once template< class type >