aboutsummaryrefslogtreecommitdiff
path: root/computer-network-experiment/Common.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-06 22:13:43 +0800
committercrupest <crupest@outlook.com>2021-06-06 22:13:43 +0800
commita6088689ec605c97b846fb52beadc0de89fccf76 (patch)
tree43f2f4b328a0750ee7f56df13e7c340ea67dd49b /computer-network-experiment/Common.h
parent27f3043a55e97c13eb586cf71a3d50cf48f67aca (diff)
downloadlife-a6088689ec605c97b846fb52beadc0de89fccf76.tar.gz
life-a6088689ec605c97b846fb52beadc0de89fccf76.tar.bz2
life-a6088689ec605c97b846fb52beadc0de89fccf76.zip
...
Diffstat (limited to 'computer-network-experiment/Common.h')
-rw-r--r--computer-network-experiment/Common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/computer-network-experiment/Common.h b/computer-network-experiment/Common.h
index 1f4fa23..45a7da1 100644
--- a/computer-network-experiment/Common.h
+++ b/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);
}