| 1 | //************************************ bs::framework - Copyright 2018 Marko Pintera **************************************// |
| 2 | //*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********// |
| 3 | #pragma once |
| 4 | |
| 5 | #include "BsPrerequisites.h" |
| 6 | |
| 7 | /** @addtogroup Plugins |
| 8 | * @{ |
| 9 | */ |
| 10 | |
| 11 | /** @defgroup FreeImg bsfFreeImgImporter |
| 12 | * FreeImg importer for import of most popular image formats (for example PSD, PNG, JPG, etc.). |
| 13 | */ |
| 14 | |
| 15 | /** @} */ |