fix hostguard
This commit is contained in:
parent
67e6739c30
commit
103f458e8e
@ -1,12 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "vamp-hostsdk/hostguard.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
||||
_VAMP_SDK_HOSTSPACE_BEGIN(Window.h)
|
||||
|
||||
template <typename T>
|
||||
class Window
|
||||
{
|
||||
@ -124,5 +120,3 @@ void Window<T>::cosinewin(T *mult, T a0, T a1, T a2, T a3)
|
||||
- a3 * cos((6 * M_PI * i) / n));
|
||||
}
|
||||
}
|
||||
|
||||
_VAMP_SDK_HOSTSPACE_END(Window.h)
|
||||
|
Loading…
Reference in New Issue
Block a user