From 98a6003999eb198d9b953c11cca43aad181788c9 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Sat, 18 Jun 2011 20:16:47 +0200 Subject: Fixed compilation problems on windows caused by the switch to C++0x. The M_PI constant from is not standard anymore, so I replaced it with an own PI constant. WIN32 isn't defined anymore which caused the enet UNIX header to be included, so I had to define it in the project compilation settings. Reviewed-by: Thorbjorn --- mana.cbp | 41 ++++++++++++++++++++++++++++++----------- src/particleemitterprop.h | 4 +++- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/mana.cbp b/mana.cbp index 61675dfc..fa4495c0 100644 --- a/mana.cbp +++ b/mana.cbp @@ -14,14 +14,15 @@