2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-30 01:51:45 +00:00
metaforce/DataSpec/DNACommon/Tweaks/ITweakPlayerControl.hpp
2018-10-06 17:42:33 -10:00

15 lines
155 B
C++

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