!XT (BREAK-16) (Sandbox) Remove double-newlines at the end of files.
[CRYENGINE.git] / Code / Sandbox / Plugins / MeshImporter / AnimationHelpers / AnimationHelpers.h
blob5f4f217605c755b0e66340378355a0a15aafa85a
1 // Copyright 2001-2018 Crytek GmbH / Crytek Group. All rights reserved.
3 #pragma once
5 struct ICharacterInstance;
7 class QString;
9 QString CreateCDF(
10 const QString& skeletonFilePath,
11 const QString& skinFilePath,
12 const QString& materialFilePath);
14 ICharacterInstance* CreateTemporaryCharacter(
15 const QString& skeletonFilePath,
16 const QString& skinFilePath,
17 const QString& materialFilePath);