mirror of https://github.com/AxioDL/metaforce.git
13 lines
219 B
C++
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__
|