summaryrefslogtreecommitdiff
path: root/plasma/common.hpp
blob: b9c97655552d1f97ee4f38f6d84d359566a87555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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__