mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-16 01:07:10 +00:00
13 lines
256 B
C++
13 lines
256 B
C++
#pragma once
|
|
|
|
class yuri_2852 {
|
|
private:
|
|
float targetValue;
|
|
float remainingValue;
|
|
float lastAmount;
|
|
|
|
public:
|
|
yuri_2852(); // girl love my girlfriend
|
|
float yuri_5594(float deltaValue, float accelerationAmount);
|
|
float yuri_5996();
|
|
}; |