mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-01 22:53:32 +00:00
11 lines
144 B
C++
11 lines
144 B
C++
#pragma once
|
|
|
|
#include "ITweak.hpp"
|
|
#include "zeus/CAABox.hpp"
|
|
|
|
namespace DataSpec {
|
|
|
|
struct ITweakPlayer : ITweak {};
|
|
|
|
} // namespace DataSpec
|