12 lines
189 B
C++
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
|