forked from Kolyah35/minecraft-pe-0.6.1
.h -> .hpp everything
This commit is contained in:
9
src/client/gui/TweenData.hpp
Executable file
9
src/client/gui/TweenData.hpp
Executable file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
typedef struct TweenData {
|
||||
float cur;
|
||||
float dur;
|
||||
float start;
|
||||
float stop;
|
||||
} TweenData;
|
||||
|
||||
Reference in New Issue
Block a user