mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 09:07:42 +00:00
more input implementation
This commit is contained in:
17
DataSpec/DNACommon/Tweaks/ITweakPlayer.hpp
Normal file
17
DataSpec/DNACommon/Tweaks/ITweakPlayer.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __DNACOMMON_ITWEAKPLAYER_HPP__
|
||||
#define __DNACOMMON_ITWEAKPLAYER_HPP__
|
||||
|
||||
#include "../DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
struct ITweakPlayer : BigYAML
|
||||
{
|
||||
virtual float GetLeftLogicalThreshold() const=0;
|
||||
virtual float GetRightLogicalThreshold() const=0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __DNACOMMON_ITWEAKPLAYER_HPP__
|
||||
Reference in New Issue
Block a user