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