From 6f6a6d93edad322bd04e89d991fa9e82c48f5950 Mon Sep 17 00:00:00 2001 From: sco Date: Mon, 10 Jan 2022 22:26:53 +0100 Subject: [PATCH] Update 'Home' --- Home.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index 421d598..7c98062 100644 --- a/Home.md +++ b/Home.md @@ -1,10 +1,10 @@ For the server: -src/net/common/servergame.cpp -src/net/common/servergamestate.cpp +```src/net/common/servergame.cpp``` +```src/net/common/servergamestate.cpp``` I would start here as the servergame itself is managed here. -src/net/common/serverlobbythread.cpp +```src/net/common/serverlobbythread.cpp``` Maybe worth a look too. @@ -12,8 +12,8 @@ For the client: I never dived into the client/GUI so far ... but: -src/gui/ -src/engine/ +```src/gui/``` +```src/engine/``` Here the client/GUI actions take place.