summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2012-11-29 07:05:54 +0100
committerhorchi <vdr@jwendel.de>2012-11-29 07:05:54 +0100
commit3a2a85db5e18c027c84ec6a40dfe0babfa9dae98 (patch)
treeeac9664f899ad56de9cfef6c73edcefed09d4f96 /common.h
parent6f0d9df3807c95e2c10549a0c578d5c1a6d2fa91 (diff)
downloadvdr-plugin-seduatmo-3a2a85db5e18c027c84ec6a40dfe0babfa9dae98.tar.gz
vdr-plugin-seduatmo-3a2a85db5e18c027c84ec6a40dfe0babfa9dae98.tar.bz2
added rainbow fader
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
//***************************************************************************