| 1234567891011121314151617 |
- // Copyright (C) 2009-present, Panagiotis Christopoulos Charitos and contributors.
- // All rights reserved.
- // Code licensed under the BSD License.
- // http://www.anki3d.org/LICENSE
- #pragma once
- #include <AnKi/Resource/Common.h>
- namespace anki {
- template<typename T>
- class AnimationKeyframe;
- class Bone;
- } // end namespace anki
|