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