2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 21:51:22 +00:00
metaforce/DataSpec/DNACommon/Tweaks/ITweakPlayerControl.hpp
2018-12-07 19:30:43 -10:00

12 lines
176 B
C++

#pragma once
#include "ITweak.hpp"
namespace DataSpec {
struct ITweakPlayerControl : ITweak {
virtual atUint32 GetMapping(atUint32) const = 0;
};
} // namespace DataSpec