mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-06 11:35:34 +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
|