forked from bartvdbraak/blender
11 lines
173 B
C
11 lines
173 B
C
|
#ifndef AUD_BANDPASSCALCULATOR_H
|
||
|
#define AUD_BANDPASSCALCULATOR_H
|
||
|
|
||
|
class AUD_BandpassCalculator
|
||
|
{
|
||
|
public:
|
||
|
AUD_BandpassCalculator();
|
||
|
};
|
||
|
|
||
|
#endif // AUD_BANDPASSCALCULATOR_H
|