mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
Implement CParticleGenInfoGeneric
This commit is contained in:
12
DataSpec/DNACommon/Tweaks/ITweakTargeting.hpp
Normal file
12
DataSpec/DNACommon/Tweaks/ITweakTargeting.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __DNACOMMON_ITWEAKTARGETING_HPP__
|
||||
#define __DNACOMMON_ITWEAKTARGETING_HPP__
|
||||
|
||||
#include "ITweak.hpp"
|
||||
namespace DataSpec
|
||||
{
|
||||
struct ITweakTargeting : public ITweak
|
||||
{
|
||||
};
|
||||
}
|
||||
|
||||
#endif // __DNACOMMON_ITWEAKTARGETING_HPP__
|
||||
Reference in New Issue
Block a user