swordlegend / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

min/max to be renamed? #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
min and max are such common functions implemented by various SDKs etc...that 
I'd highly recommend your Recast/Detour code uses the "dt" and "rc" prefixes 
on your versions. I've had to do this anyway to avoid clashes with other SDK 
code my project includes.

It might be an idea to extend these prefixes to all the functions in the 
DetourCommon.h code: e.g. abs, sqr, clamp...

Original issue reported on code.google.com by armstron...@gmail.com on 14 Apr 2010 at 9:31

GoogleCodeExporter commented 9 years ago
Fixed in R155.

Original comment by memono...@gmail.com on 14 Apr 2010 at 6:46