From 1f83ff6927841f3f48363b59d8c4bc22247f7943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jun 2024 19:23:34 +0900 Subject: =?UTF-8?q?GPU=E6=83=85=E5=A0=B1=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gpu.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/gpu.h (limited to 'src/gpu.h') 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 -- cgit v1.2.3