mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 23:11:20 +00:00
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
|