13 lines
173 B
C
13 lines
173 B
C
#pragma once
|
|
|
|
#include <cpu.h>
|
|
#include <temp.h>
|
|
#include <gpu.h>
|
|
#include <memstat.h>
|
|
|
|
struct Sys {
|
|
unsigned long long SYSTEM_UPTIME;
|
|
unsigned short CPU_CORES;
|
|
|
|
};
|