Files
ss/include/d/snd/d_snd_calc_pitch.h
T
2025-06-01 17:17:46 +02:00

11 lines
206 B
C

#ifndef D_SND_CALC_PITCH_H
#define D_SND_CALC_PITCH_H
#include "common.h"
f32 pitchScaleForPitchIdx(s32 idx);
f32 pitchScaleForPitchIdxTenths(f32 idx);
f32 pitchIdxTenthsForPitchScale(f32 scale);
#endif