metaforce/DataSpec/DNACommon/Tweaks/ITweakPlayerControl.hpp

17 lines
289 B
C++
Raw Normal View History

2015-08-28 00:11:31 +00:00
#ifndef __DNACOMMON_ITWEAKPLAYERCONTROL_HPP__
#define __DNACOMMON_ITWEAKPLAYERCONTROL_HPP__
#include "../DNACommon.hpp"
2016-02-13 09:02:47 +00:00
namespace DataSpec
2015-08-28 00:11:31 +00:00
{
struct ITweakPlayerControl : BigYAML
{
virtual atUint32 GetMapping(atUint32) const=0;
};
}
#endif // __DNACOMMON_ITWEAKPLAYERCONTROL_HPP__