blob: 04cc3273be99c9d80cd43e90f8855620c4247816 [file] [log] [blame]
Michael F. Schönitzerd93cac12020-10-05 13:52:58 +02001#ifndef HEADER_DateTimeMeter
2#define HEADER_DateTimeMeter
3/*
4htop - DateTimeMeter.h
5(C) 2004-2011 Hisham H. Muhammad
6Released under the GNU GPL, see the COPYING file
7in the source distribution for its full text.
8*/
9
10#include "Meter.h"
11
mayurdahibhate1b74dfe2021-04-29 20:42:43 +053012
Christian Göttscheba282cf2020-10-05 13:19:50 +020013extern const MeterClass DateTimeMeter_class;
Michael F. Schönitzerd93cac12020-10-05 13:52:58 +020014
15#endif