// Description: An aggregate file for signal transforms.
#ifndef PASTELGFX_SIGNAL_TRANSFORMS_H
#define PASTELGFX_SIGNAL_TRANSFORMS_H
#include "pastel/gfx/transform/cosine_transform.h"
#include "pastel/gfx/transform/fourier_transform.h"
#include "pastel/gfx/transform/haar_transform.h"
#include "pastel/gfx/transform/hadamard_transform.h"
#endif