From b2a9d2cb961fabc1ca05052a645d90663d8e0a92 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 19 Aug 2025 15:57:40 -0300 Subject: cleaning up a few comments + login message enum --- src/common.hh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/common.hh') diff --git a/src/common.hh b/src/common.hh index 8e0cac7..daf66ad 100644 --- a/src/common.hh +++ b/src/common.hh @@ -72,11 +72,9 @@ typedef size_t usize; # define ASSERT(expr) ((void)(expr)) #endif -// TODO(fusion): We should re-implement the multi-process structure used by the -// original code but only for reference. Making it compile on Windows shouldn't -// be too difficult either. Overall this design is outdated and should be reviewed. -// Nevertheless, we should focus on getting it working as intended, on the target -// platform (which is Linux 32-bit) before attempting to refine it. +// NOTE(fusion): The server will only compile on Linux due to a few Linux specific +// features being used. Making it compile on Windows shouldn't be too difficult but +// would require a few design changes. STATIC_ASSERT(OS_LINUX); #include #include -- cgit v1.2.3