mirror of https://github.com/xzeldon/htop.git
9 lines
120 B
C
9 lines
120 B
C
|
#ifndef HEADER_TempMeter
|
||
|
#define HEADER_TempMeter
|
||
|
|
||
|
#include "Meter.h"
|
||
|
|
||
|
extern const MeterClass TempMeter_class;
|
||
|
|
||
|
#endif
|