mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-16 17:11:22 +00:00
10 lines
124 B
C++
10 lines
124 B
C++
#pragma once
|
|
|
|
#include "ITweak.hpp"
|
|
|
|
namespace DataSpec {
|
|
|
|
struct ITweakPlayerControl : ITweak {};
|
|
|
|
} // namespace DataSpec
|