diff options
Diffstat (limited to 'shared/common/clc.h')
-rw-r--r-- | shared/common/clc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shared/common/clc.h b/shared/common/clc.h new file mode 100644 index 0000000..7618704 --- /dev/null +++ b/shared/common/clc.h @@ -0,0 +1,10 @@ +/* Copyright (c) 2004 krzYszcz and others. + * For information on usage and redistribution, and for a DISCLAIMER OF ALL + * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ + +#ifndef __CLC_H__ +#define __CLC_H__ + +void clccurve_coefs(int nhops, double crv, double *bbp, double *mmp); + +#endif |