XPlor/libs/assets/soundcurve.h

12 lines
158 B
C
Raw Normal View History

2025-06-07 11:20:47 -04:00
#ifndef SOUNDCURVE_H
#define SOUNDCURVE_H
struct SoundCurve
{
const char *filename;
int knotCount;
float knots[8][2];
};
#endif // SOUNDCURVE_H