Files
gpufetch/src/common/printer.hpp
2021-08-16 22:24:02 +02:00

12 lines
189 B
C++

#ifndef __PRINTER__
#define __PRINTER__
typedef int STYLE;
#include "args.hpp"
#include "../cuda/cuda.hpp"
bool print_gpufetch(struct gpu_info* gpu, STYLE s, struct color** cs);
#endif