| 123456789101112 |
- // Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
- // All rights reserved.
- // Code licensed under the BSD License.
- // http://www.anki3d.org/LICENSE
- #include <AnKi/Scene/Components/FogDensityComponent.h>
- namespace anki {
- ANKI_SCENE_COMPONENT_STATICS(FogDensityComponent)
- } // end namespace anki
|