Release 0.39

master
Kasi 2018-05-01 22:46:41 +01:00
parent c22b4ae904
commit 5e103dcbae
3 changed files with 5 additions and 4 deletions

View File

@ -50,8 +50,8 @@ typedef struct
float ScrollAmountDeviation;
std::int32_t ScrollGapMean;
float ScrollGapDeviation;
std::int32_t ScrollMean;
float ScrollDeviation;
std::int32_t ScrollDelayMean;
float ScrollDelayDeviation;
float StandardDeviationX;
float StandardDeviationY;
float BoxProbabilityX;
@ -85,6 +85,7 @@ typedef struct
float LongBreakForDeviation;
} PlayerProfile;
void TerminateScript();
Timer GetScriptTimer();
void SetScriptInfo(ScriptInfo);
void GetScriptInfo(ScriptInfo&);

View File

@ -42,8 +42,8 @@ class Profile
static double GetScrollAmountDeviation();
static std::int32_t GetScrollGapMean();
static double GetScrollGapDeviation();
static std::int32_t GetScrollMean();
static double GetScrollDeviation();
static std::int32_t GetScrollDelayMean();
static double GetScrollDelayDeviation();
static double GetStandardDeviationX();
static double GetStandardDeviationY();

Binary file not shown.