Files
universal-system-monitor/libsys/gpu.h

11 lines
97 B
C++

#pragma once
class GPU {
public:
GPU();
virtual ~GPU();
};
static GPU* GPU_Instance;