| 1234567891011121314151617181920 |
- //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
- //**************** Copyright (c) 2016 Marko Pintera ([email protected]). All rights reserved. **********************//
- #pragma once
- #include "BsPrerequisites.h"
- /** @addtogroup Plugins
- * @{
- */
- /** @defgroup BansheeSL BansheeSL
- * Implementation of the Banshee Shading Language.
- */
- /** @} */
- namespace bs
- {
- extern const char* SystemName;
- }
|