ClockMeter.h 281 B

123456789101112131415
  1. #ifndef HEADER_ClockMeter
  2. #define HEADER_ClockMeter
  3. /*
  4. htop - ClockMeter.h
  5. (C) 2004-2011 Hisham H. Muhammad
  6. Released under the GNU GPLv2+, see the COPYING file
  7. in the source distribution for its full text.
  8. */
  9. #include "Meter.h"
  10. extern const MeterClass ClockMeter_class;
  11. #endif