summaryrefslogtreecommitdiff
path: root/src/animation.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-11 23:41:41 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-11 23:41:41 +1000
commita8f98ddcf5ddeb3588492f4ad8f9a289147ad7ec (patch)
treecabfe0ffe5c41758451723557768841a4df003d7 /src/animation.h
parent272cc9563315566061bbbd7078f76c76a3484e4b (diff)
clang format
Diffstat (limited to 'src/animation.h')
-rw-r--r--src/animation.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/animation.h b/src/animation.h
index 343746a..8bf3940 100644
--- a/src/animation.h
+++ b/src/animation.h
@@ -5,10 +5,11 @@
#include "maths_types.h"
typedef enum Interpolation {
- INTERPOLATION_STEP,
- INTERPOLATION_LINEAR,
- INTERPOLATION_CUBIC, /** @brief Cubic spline interpolation */
- INTERPOLATION_COUNT } Interpolation;
+ INTERPOLATION_STEP,
+ INTERPOLATION_LINEAR,
+ INTERPOLATION_CUBIC, /** @brief Cubic spline interpolation */
+ INTERPOLATION_COUNT
+} Interpolation;
typedef enum KeyframeKind {
KEYFRAME_ROTATION,