mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-16 17:25:51 +00:00
10 lines
119 B
C++
10 lines
119 B
C++
#pragma once
|
|
|
|
#include "ITweak.hpp"
|
|
|
|
namespace DataSpec {
|
|
|
|
struct ITweakParticle : ITweak {};
|
|
|
|
} // namespace DataSpec
|