fix hostguard

This commit is contained in:
chatlanin 2024-07-24 11:31:07 +03:00
parent 67e6739c30
commit 103f458e8e

View File

@ -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)