Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AUD_BandpassCalculator.h « FX « audaspace « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5b3cad17ca73c3927062af5cd74cce42298bf17 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef AUD_BANDPASSCALCULATOR_H
#define AUD_BANDPASSCALCULATOR_H

class AUD_BandpassCalculator
{
public:
  AUD_BandpassCalculator();
};

#endif // AUD_BANDPASSCALCULATOR_H