mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-18 09:13:28 +00:00
14 lines
99 B
C++
14 lines
99 B
C++
#pragma once
|
|
|
|
#include "ITweak.hpp"
|
|
|
|
namespace DataSpec
|
|
{
|
|
|
|
struct ITweakParticle : ITweak
|
|
{
|
|
};
|
|
|
|
}
|
|
|