mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 21:11:22 +00:00
18 lines
197 B
C++
18 lines
197 B
C++
#ifndef __RETRO_CANIMDATA_HPP__
|
|
#define __RETRO_CANIMDATA_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
|
|
class CAnimData
|
|
{
|
|
public:
|
|
static void InitializeCache()
|
|
{
|
|
}
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __RETRO_CANIMDATA_HPP__
|