/* * Copyright 2021-2022, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Augustin Cavalier * John Scipione */ #ifndef _TRACKER_THUMBNAILS_H #define _TRACKER_THUMBNAILS_H #include #include namespace BPrivate { class Model; status_t GetThumbnailFromAttr(Model* model, BBitmap* icon, icon_size which); bool ShouldGenerateThumbnail(const char* type); } // namespace BPrivate using namespace BPrivate; #endif // _TRACKER_THUMBNAILS_H