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