From 3c7fa5256c828905e18f38bd338c2877391a6e27 Mon Sep 17 00:00:00 2001 From: sco Date: Mon, 10 Jan 2022 22:27:04 +0100 Subject: [PATCH] Update 'Home' --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index 7c98062..00a25d2 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,6 @@ For the server: ```src/net/common/servergame.cpp``` + ```src/net/common/servergamestate.cpp``` I would start here as the servergame itself is managed here. @@ -13,6 +14,7 @@ For the client: I never dived into the client/GUI so far ... but: ```src/gui/``` + ```src/engine/``` Here the client/GUI actions take place.