/* * IXProgressCallback.h * Author: Benjamin Sergeant * Copyright (c) 2019 Machine Zone, Inc. All rights reserved. */ #pragma once #include #include namespace ix { using OnProgressCallback = std::function; using OnChunkCallback = std::function; }