mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
9 lines
120 B
C
9 lines
120 B
C
#ifndef HEADER_ZramMeter
|
|
#define HEADER_ZramMeter
|
|
|
|
#include "Meter.h"
|
|
|
|
extern const MeterClass ZramMeter_class;
|
|
|
|
#endif
|