aboutsummaryrefslogtreecommitdiff
path: root/ClockMeter.h
diff options
context:
space:
mode:
Diffstat (limited to 'ClockMeter.h')
-rw-r--r--ClockMeter.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/ClockMeter.h b/ClockMeter.h
new file mode 100644
index 0000000..581bf2b
--- /dev/null
+++ b/ClockMeter.h
@@ -0,0 +1,22 @@
+/* Do not edit this file. It was automatically generated. */
+
+#ifndef HEADER_ClockMeter
+#define HEADER_ClockMeter
+/*
+htop
+(C) 2004-2010 Hisham H. Muhammad
+Released under the GNU GPL, see the COPYING file
+in the source distribution for its full text.
+*/
+
+#include "Meter.h"
+
+#include <time.h>
+
+#include "debug.h"
+
+extern int ClockMeter_attributes[];
+
+extern MeterType ClockMeter;
+
+#endif