diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-18 19:23:34 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-18 19:23:34 +0900 |
commit | 1f83ff6927841f3f48363b59d8c4bc22247f7943 (patch) | |
tree | c2204c0694eabc35503881c8d73d87d008674e05 /src/gpu.h | |
parent | b48f40f863c80c9f8394cfd5e8c3716191611888 (diff) |
GPU情報の追加
Diffstat (limited to 'src/gpu.h')
-rw-r--r-- | src/gpu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gpu.h b/src/gpu.h new file mode 100644 index 0000000..0db6e79 --- /dev/null +++ b/src/gpu.h @@ -0,0 +1,6 @@ +#ifndef GPU_H +#define GPU_H + +void display_gpu(); + +#endif |