tmux-mem-cpu-load/bsd/load.h
Pawel "l0ner" Soltys f59b11971f *BDS port:
- split *BDS files
- add CMake confingure instructions on bsd systems
- add includes to main file
2015-01-10 18:34:37 +01:00

9 lines
93 B
C++

#ifndef LOAD_H_
#define LOAD_H_
#include <string>
std::string load_string( bool );
#endif