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