Link to network module documentation added.
This commit is contained in:
parent
2bbf4eac71
commit
428f26a80e
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue