mirror of https://github.com/AxioDL/metaforce.git
10 lines
143 B
C++
10 lines
143 B
C++
|
#pragma once
|
||
|
|
||
|
#include "Runtime/Tweaks/ITweak.hpp"
|
||
|
|
||
|
namespace metaforce::Tweaks {
|
||
|
|
||
|
struct ITweakParticle : ITweak {};
|
||
|
|
||
|
} // namespace DataSpec
|