Files
minecraft-pe-0.6.1/src/client/gui/TweenData.hpp
2026-03-28 01:08:50 +03:00

10 lines
106 B
C++
Executable File

#pragma once
typedef struct TweenData {
float cur;
float dur;
float start;
float stop;
} TweenData;