/src/Animation_SkeletalAnimation/SkeletalAnimationSampler.h

http://github.com/Akranar/daguerreo · C Header · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 453b3ad25c179d2ae61de07129d2addc MD5 · raw file

  1. #ifndef _SKELETAL_ANIMATION_SAMPLER_H_
  2. #define _SKELETAL_ANIMATION_SAMPLER_H_
  3. class SkeletalAnimationSampler
  4. {
  5. public:
  6. };
  7. #endif