diff options
Diffstat (limited to 'plasma/common.hpp')
-rw-r--r-- | plasma/common.hpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plasma/common.hpp b/plasma/common.hpp new file mode 100644 index 0000000..b9c9765 --- /dev/null +++ b/plasma/common.hpp @@ -0,0 +1,15 @@ +//*************************************************************************** +// Group VDR/GraphTFT +// File common.hpp +// Date 04.11.06 - Jörg Wendel +// This code is distributed under the terms and conditions of the +// GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. +//*************************************************************************** + +#ifndef __COMMON_HPP__ +#define __COMMON_HPP__ + +int tell(int eloquence, const char* format, ...); + +#endif // __COMMON_HPP__ + |