diff options
author | crupest <crupest@outlook.com> | 2021-06-06 22:13:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-06 22:13:43 +0800 |
commit | fcd2304e04dd3fabdefce4293b1b76ad99f8ed73 (patch) | |
tree | ee19cca7bfc1f66590d499a2b40d0e5c8b1d0d00 /works/life/computer-network-experiment/Common.h | |
parent | f0309ee1e5cd268091f59f3aa377beca77d76c5c (diff) | |
download | crupest-fcd2304e04dd3fabdefce4293b1b76ad99f8ed73.tar.gz crupest-fcd2304e04dd3fabdefce4293b1b76ad99f8ed73.tar.bz2 crupest-fcd2304e04dd3fabdefce4293b1b76ad99f8ed73.zip |
import(life): ...
Diffstat (limited to 'works/life/computer-network-experiment/Common.h')
-rw-r--r-- | works/life/computer-network-experiment/Common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/works/life/computer-network-experiment/Common.h b/works/life/computer-network-experiment/Common.h index 1f4fa23..45a7da1 100644 --- a/works/life/computer-network-experiment/Common.h +++ b/works/life/computer-network-experiment/Common.h @@ -14,6 +14,8 @@ inline auto &output_stream = std::wcout; inline auto &error_stream = std::wcerr;
#define CRUT(string_literal) L##string_literal
+int Main();
+
inline String ConvertCharString(std::string_view s) {
return cru::ToUtf16WString(s);
}
|