view src/libSAD/noicegen.h @ 4233:74c6f3d3cf1d

it buids successfully :)
author Eugene Zagidullin <e.asphyx@gmail.com>
date Wed, 30 Jan 2008 03:36:22 +0300
parents src/libSAD/noisegen.h@704607c1f858
children b293ce14a01a
line wrap: on
line source

#ifndef NOICEGEN_H
#define NOICEGEN_H

int triangular_dither_noise(int nbits);
float triangular_dither_noise_f(void);

#endif /*NOICEGEN_H*/