diff options
-rw-r--r-- | src/includes/constant.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/includes/constant.h b/src/includes/constant.h new file mode 100644 index 00000000..473ea6a2 --- /dev/null +++ b/src/includes/constant.h @@ -0,0 +1,19 @@ +/* +** -*- C -*- +** +** constant.h +** Made by Bruno JOFRET <bruno.jofret@inria.fr> +** +** Started on Fri Mar 30 12:03:14 2007 jofret +** Last update Fri Mar 30 12:03:48 2007 jofret +** +** Copyright INRIA 2007 +*/ + +#ifndef _CONSTANT_H_ +#define _CONSTANT_H_ + +#define PI 3.1415826535 + +#endif /* !_CONSTANT_H_ */ + |