!XT (BREAK-16) (Sandbox) Remove double-newlines at the end of files.
[CRYENGINE.git] / Code / Sandbox / Plugins / EditorAnimation / CharacterTool / CafCompressionHelper.h
blob31982a0c5a6b89cbe879b41eeeedfd23e41b69fc
1 // Copyright 2001-2018 Crytek GmbH / Crytek Group. All rights reserved.
3 #pragma once
5 struct SAnimSettings;
7 namespace CafCompressionHelper
9 bool CompressAnimationForPreview(string* outputPath, string* errorMessage, const string& animationPath, const SAnimSettings& animSettings, bool ignorePresets, int sessionIndex);
10 bool MoveCompressionResult(string* errorMessage, const char* createdFile, const char* destinationFile);
11 void CleanUpCompressionResult(const char* createdFile);
12 bool CompressAnimation(const string& animationPath, string& outErrorMessage, bool* failReported);
14 bool CheckIfNeedUpdate(const char* animationPath);