metaforce/DataSpec/DNACommon/Tweaks/ITweakPlayerControl.hpp

10 lines
124 B
C++
Raw Normal View History

2018-10-07 03:42:33 +00:00
#pragma once
2015-08-28 00:11:31 +00:00
2017-01-21 06:03:37 +00:00
#include "ITweak.hpp"
2015-08-28 00:11:31 +00:00
2018-12-08 05:30:43 +00:00
namespace DataSpec {
2015-08-28 00:11:31 +00:00
struct ITweakPlayerControl : ITweak {};
2015-08-28 00:11:31 +00:00
2018-12-08 05:30:43 +00:00
} // namespace DataSpec