Files
minecraft-pe-0.6.1/src/client/gui/TweenData.h
2026-03-02 22:04:18 +03:00

12 lines
251 B
C
Executable File

#ifndef NET_MINECRAFT_CLIENT_GUI__TweenData_H__
#define NET_MINECRAFT_CLIENT_GUI__TweenData_H__
typedef struct TweenData {
float cur;
float dur;
float start;
float stop;
} TweenData;
#endif /*NET_MINECRAFT_CLIENT_GUI__TweenData_H__*/