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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2012-12-10 20:58:47 +0400
committerJoerg Mueller <nexyon@gmail.com>2012-12-10 20:58:47 +0400
commit245345fba5f44b5c8562c826ca0053fa5bbd2ff3 (patch)
treefb7c6b8eaac7916b387e929f972da150f8ac6d39 /intern/audaspace/FX/AUD_BandpassCalculator.h
parente1100cb65565d2218272222fba708da14bc48d94 (diff)
Audaspace:
Implemented forgotten Calculator classes from boost migration.
Diffstat (limited to 'intern/audaspace/FX/AUD_BandpassCalculator.h')
-rw-r--r--intern/audaspace/FX/AUD_BandpassCalculator.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/intern/audaspace/FX/AUD_BandpassCalculator.h b/intern/audaspace/FX/AUD_BandpassCalculator.h
new file mode 100644
index 00000000000..b5b3cad17ca
--- /dev/null
+++ b/intern/audaspace/FX/AUD_BandpassCalculator.h
@@ -0,0 +1,10 @@
+#ifndef AUD_BANDPASSCALCULATOR_H
+#define AUD_BANDPASSCALCULATOR_H
+
+class AUD_BandpassCalculator
+{
+public:
+ AUD_BandpassCalculator();
+};
+
+#endif // AUD_BANDPASSCALCULATOR_H