mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 04:31:22 +00:00
16 lines
172 B
C++
16 lines
172 B
C++
#ifndef __PSHAG_IMETAANIM_HPP__
|
|
#define __PSHAG_IMETAANIM_HPP__
|
|
|
|
#include "../RetroTypes.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class IMetaAnim
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __PSHAG_IMETAANIM_HPP__
|