comparison src/dmcurves.h @ 1084:67f5c9d60c72

The module header description was incorrect (due to copypaste), fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Mar 2015 19:16:13 +0200
parents 7df95aefb9c6
children
comparison
equal deleted inserted replaced
1083:f88ad5cb44e5 1084:67f5c9d60c72
1 /* 1 /*
2 * DMLib 2 * DMLib
3 * -- Wav file writing 3 * -- Curve and spline functions
4 * Programmed and designed by Matti 'ccr' Hamalainen 4 * Programmed and designed by Matti 'ccr' Hamalainen
5 * (C) Copyright 2012 Tecnic Software productions (TNSP) 5 * (C) Copyright 2015 Tecnic Software productions (TNSP)
6 */ 6 */
7 #ifndef DMCURVES_H 7 #ifndef DMCURVES_H
8 #define DMCURVES_H 8 #define DMCURVES_H
9 9
10 #include "dmlib.h" 10 #include "dmlib.h"