vector.h

Back to Vectors

pastel/sys/

// Description: Vector module
// Documentation: vector.txt

#ifndef PASTELSYS_VECTOR_H_MODULE
#define PASTELSYS_VECTOR_H_MODULE

#include "pastel/sys/vector/vector.h"

#endif