summaryrefslogtreecommitdiff
path: root/AnimationMove.h
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2026-03-16 20:59:04 +0200
committerSyndamia <kamen@syndamia.com>2026-03-16 20:59:04 +0200
commite6842e44159d7cc9b1c32dd2baae4df164fa81d2 (patch)
treea8678020b6185311ca1c0c40b7e952c43af5d95d /AnimationMove.h
parent7731ed11aee7ad4f9c634ba38992fb282b777d5a (diff)
downloadppm_graphics-e6842e44159d7cc9b1c32dd2baae4df164fa81d2.tar
ppm_graphics-e6842e44159d7cc9b1c32dd2baae4df164fa81d2.tar.gz
ppm_graphics-e6842e44159d7cc9b1c32dd2baae4df164fa81d2.zip
feat: Implement tree rotation animation
Diffstat (limited to 'AnimationMove.h')
-rw-r--r--AnimationMove.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/AnimationMove.h b/AnimationMove.h
index bdb5b21..342144e 100644
--- a/AnimationMove.h
+++ b/AnimationMove.h
@@ -21,6 +21,7 @@ struct AM_Spin {
void* priv;
float theta;
+ float dTheta;
i32 centerRow;
i32 centerCol;
};