diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-19 22:53:46 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-19 22:53:46 +0900 |
commit | b2155d447caf2d69db6fea4d4d47e9b4053696c7 (patch) | |
tree | 3a1ddf3d716174c5bc405ca9632093ba93cef5b5 /src/resolution.h | |
parent | 4605ae223e5746a69940959cff651c491758f515 (diff) |
解像度の追加
Diffstat (limited to 'src/resolution.h')
-rw-r--r-- | src/resolution.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |