2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-01 22:53:32 +00:00
metaforce/DataSpec/DNACommon/Tweaks/ITweakPlayer.hpp

11 lines
144 B
C++

#pragma once
#include "ITweak.hpp"
#include "zeus/CAABox.hpp"
namespace DataSpec {
struct ITweakPlayer : ITweak {};
} // namespace DataSpec