diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-17 22:41:46 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-17 22:44:17 +0900 |
commit | cf13f2d8c1622a46f6499dcb762ea2b9370d99fc (patch) | |
tree | e3a3cefd85fd1bd3d77e76f074990f8452888dc9 /src/host.h |
最初コミット
Diffstat (limited to 'src/host.h')
-rw-r--r-- | src/host.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/host.h b/src/host.h new file mode 100644 index 0000000..77b8ba5 --- /dev/null +++ b/src/host.h @@ -0,0 +1,6 @@ +#ifndef HOST_H +#define HOST_H + +void display_host_model(); + +#endif |