From 428f26a80ec007230fa6dd499fde062e838cf14b Mon Sep 17 00:00:00 2001 From: johns <> Date: Wed, 20 Mar 2002 15:33:36 +0000 Subject: [PATCH] Link to network module documentation added. --- src/stratagus/stratagus.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/stratagus/stratagus.cpp b/src/stratagus/stratagus.cpp index 49892e5c4..fd3aac0f6 100644 --- a/src/stratagus/stratagus.cpp +++ b/src/stratagus/stratagus.cpp @@ -101,8 +101,16 @@ ** See page @ref VideoModule for more information upon supported ** features and video platforms. ** +** @see video.h @see video.c +** ** @subsection Network Network ** +** Handles the high and low level of the network protocol. +** The network protocol is needed for multiplayer games. +** +** See page @ref NetworkModule for more information upon supported +** features and API. +** ** @see network.h @see network.c ** ** @subsection Pathfinder Pathfinder