summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.h b/common.h
index c035155..b325af9 100644
--- a/common.h
+++ b/common.h
@@ -32,8 +32,8 @@ enum Misc
int minMax(int x, int min, int max);
int getrand(int min, int max);
-float min(float a, float b);
-float max(float a, float b);
+float _min(float a, float b);
+float _max(float a, float b);
//***************************************************************************
// Time