2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 14:31:22 +00:00
metaforce/DataSpec/DNAMP1/Tweaks/CTweakTargeting.hpp

17 lines
280 B
C++

#ifndef _DNAMP1_CTWEAKTARGETING_HPP_
#define _DNAMP1_CTWEAKTARGETING_HPP_
#include "../../DNACommon/Tweaks/ITweakTargeting.hpp"
namespace DataSpec
{
namespace DNAMP1
{
struct CTweakTargeting : public ITweakTargeting
{
DECL_YAML
};
}
}
#endif // _DNAMP1_CTWEAKTARGETING_HPP_