pokeplatinum/include/overlay005/quadratic_interpolation_task_fx32.h

14 lines
408 B
C

#ifndef POKEPLATINUM_STRUCT_QUADRATIC_INTERPOLATION_TASK_FX32_H
#define POKEPLATINUM_STRUCT_QUADRATIC_INTERPOLATION_TASK_FX32_H
typedef struct QuadraticInterpolationTaskFX32 {
fx32 currentValue;
fx32 startValue;
fx32 initialRate;
fx32 quadraticCoeff;
int currentStep;
int numSteps;
} QuadraticInterpolationTaskFX32;
#endif // POKEPLATINUM_STRUCT_QUADRATIC_INTERPOLATION_TASK_FX32_H