2020-10-05 11:52:58 +00:00
|
|
|
#ifndef HEADER_DateTimeMeter
|
|
|
|
#define HEADER_DateTimeMeter
|
|
|
|
/*
|
|
|
|
htop - DateTimeMeter.h
|
|
|
|
(C) 2004-2011 Hisham H. Muhammad
|
2021-09-24 18:28:26 +00:00
|
|
|
Released under the GNU GPLv2+, see the COPYING file
|
2020-10-05 11:52:58 +00:00
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "Meter.h"
|
|
|
|
|
2021-04-29 15:12:43 +00:00
|
|
|
|
2020-10-05 11:19:50 +00:00
|
|
|
extern const MeterClass DateTimeMeter_class;
|
2020-10-05 11:52:58 +00:00
|
|
|
|
|
|
|
#endif
|