/src/Animation_SkeletalAnimation/SkeletalAnimationSampler.h
C Header | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 453b3ad25c179d2ae61de07129d2addc MD5 | raw file
Possible License(s): AGPL-3.0, LGPL-2.1, LGPL-3.0, GPL-2.0
1#ifndef _SKELETAL_ANIMATION_SAMPLER_H_ 2#define _SKELETAL_ANIMATION_SAMPLER_H_ 3 4class SkeletalAnimationSampler 5{ 6public: 7}; 8 9#endif