Files

13 lines
210 B
C++
Raw Permalink Normal View History

2026-01-10 19:08:40 -08:00
#ifndef _CANIMSOURCE
#define _CANIMSOURCE
class CInputStream;
class IObjectStore;
class CAnimSource {
public:
CAnimSource(CInputStream& in, IObjectStore& store);
~CAnimSource();
};
#endif // _CANIMSOURCE