diff options
| author | Syndamia <kamen@syndamia.com> | 2026-03-16 20:59:04 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2026-03-16 20:59:04 +0200 |
| commit | e6842e44159d7cc9b1c32dd2baae4df164fa81d2 (patch) | |
| tree | a8678020b6185311ca1c0c40b7e952c43af5d95d /AnimationMove.h | |
| parent | 7731ed11aee7ad4f9c634ba38992fb282b777d5a (diff) | |
| download | ppm_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.h | 1 |
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; }; |
