From a029c2095de3845d3b42f441fe04eaefdc9d52a5 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Tue, 31 May 2005 12:03:25 +0000 Subject: Move definition of PI into puzzles.h. If nothing else, the definition in cube.c had a typo :) [originally from svn r5878] --- puzzles.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'puzzles.h') diff --git a/puzzles.h b/puzzles.h index de0f819..7b35896 100644 --- a/puzzles.h +++ b/puzzles.h @@ -12,6 +12,8 @@ #define FALSE 0 #endif +#define PI 3.141592653589793238462643383279502884197169399 + #define lenof(array) ( sizeof(array) / sizeof(*(array)) ) #define STR_INT(x) #x -- cgit v1.1