diff options
Diffstat (limited to 'include/celeritas.h')
-rw-r--r-- | include/celeritas.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/celeritas.h b/include/celeritas.h index 6b8a673..534fb85 100644 --- a/include/celeritas.h +++ b/include/celeritas.h @@ -578,11 +578,7 @@ typedef struct keyframes { size_t n_frames; } keyframes; -typedef enum interpolation { - Interpolation_Step, - Interpolation_Linear, - Interpolation_Cubic -} interpolation; +typedef enum interpolation { Interpolation_Step, Interpolation_Linear, Interpolation_Cubic } interpolation; typedef struct animation_spline { f32* timestamps; @@ -594,7 +590,6 @@ typedef struct animation_spline { // --- Input - // --- Collisions // --- Physics |