mirror of
https://github.com/PrimeDecomp/prime.git
synced 2026-07-12 18:18:56 -07:00
14 lines
241 B
C++
14 lines
241 B
C++
#ifndef _CANIMSOURCEREADER
|
|
#define _CANIMSOURCEREADER
|
|
|
|
#include "Kyoto/Animation/IAnimReader.hpp"
|
|
|
|
class CAnimSourceInfo : public IAnimReader {
|
|
public:
|
|
CCharAnimTime GetAnimationDuration() const;
|
|
|
|
private:
|
|
};
|
|
|
|
#endif // _CANIMSOURCEREADER
|