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