From 793de6d8d2cd31ccbe374d60a2c6e7844b94f293 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 11 May 2006 13:10:29 +0000 Subject: [PATCH] added PI define (at29548) --- plugins/include/amxconst.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index 4672604f..ec53900b 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -15,6 +15,8 @@ #define AMXX_VERSION_NUM 175 stock const AMXX_VERSION_STR[]="1.75" +#define PI 3.1415926535 + #define ADMIN_ALL 0 /* everyone */ #define ADMIN_IMMUNITY (1<<0) /* flag "a" */ #define ADMIN_RESERVATION (1<<1) /* flag "b" */