| 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 bsfSL bsfSL |
| 12 | * Implementation of the BSF Shading Language. |
| 13 | */ |
| 14 | |
| 15 | /** @} */ |
| 16 | |
| 17 | namespace bs |
| 18 | { |
| 19 | extern const char* SystemName; |
| 20 | } |