2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-16 09:11:21 +00:00
metaforce/DataSpec/DNACommon/Tweaks/ITweakTargeting.hpp

13 lines
219 B
C++

#ifndef __DNACOMMON_ITWEAKTARGETING_HPP__
#define __DNACOMMON_ITWEAKTARGETING_HPP__
#include "ITweak.hpp"
namespace DataSpec
{
struct ITweakTargeting : public ITweak
{
};
}
#endif // __DNACOMMON_ITWEAKTARGETING_HPP__