From b2155d447caf2d69db6fea4d4d47e9b4053696c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Wed, 19 Jun 2024 22:53:46 +0900 Subject: =?UTF-8?q?=E8=A7=A3=E5=83=8F=E5=BA=A6=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/resolution.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/resolution.h (limited to 'src/resolution.h') diff --git a/src/resolution.h b/src/resolution.h new file mode 100644 index 0000000..68dff4f --- /dev/null +++ b/src/resolution.h @@ -0,0 +1,6 @@ +#ifndef RESOLUTION_H +#define RESOLUTION_H + +const char *display_resolution(); + +#endif -- cgit v1.2.3