From 4df32b1ac3af8b5b65f0c69b8ffc9c35cfa9fe8b Mon Sep 17 00:00:00 2001 From: jofret Date: Wed, 18 Apr 2007 16:56:05 +0000 Subject: Moving constants management --- src/includes/constant.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/includes/constant.h 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 +** +** 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_ */ + -- cgit