metaforce/DataSpec/DNACommon/Tweaks/ITweakPlayerControl.hpp

12 lines
176 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
2018-12-08 05:30:43 +00:00
struct ITweakPlayerControl : ITweak {
virtual atUint32 GetMapping(atUint32) const = 0;
2015-08-28 00:11:31 +00:00
};
2018-12-08 05:30:43 +00:00
} // namespace DataSpec