summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common.h b/common.h
index 747a085..ea6701d 100644
--- a/common.h
+++ b/common.h
@@ -27,6 +27,12 @@ enum Misc
};
//***************************************************************************
+// Misc ..
+//***************************************************************************
+
+int minMax(int x, int min, int max);
+
+//***************************************************************************
// Time
//***************************************************************************