From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/_net_lobby_8cpp.html | 207 ---------------------------------- 1 file changed, 207 deletions(-) delete mode 100644 Doc/doxygen/html/_net_lobby_8cpp.html (limited to 'Doc/doxygen/html/_net_lobby_8cpp.html') diff --git a/Doc/doxygen/html/_net_lobby_8cpp.html b/Doc/doxygen/html/_net_lobby_8cpp.html deleted file mode 100644 index 2f0a2f4..0000000 --- a/Doc/doxygen/html/_net_lobby_8cpp.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/NetLobby.cpp File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
NetLobby.cpp File Reference
-
-
-
#include "MemDebug.h"
-#include "NetLobby.h"
-#include "NetLobbyClient.h"
-#include "NetLobbyServer.h"
-#include "NetClientConfig.h"
-#include "NetServerConfig.h"
-#include "NetChat.h"
-#include "NetUser.h"
-#include "NetMsg.h"
-#include "NetData.h"
-#include "NetLayer.h"
-#include "Player.h"
-#include "Ship.h"
-#include "ShipDesign.h"
-#include "Campaign.h"
-#include "Element.h"
-#include "Mission.h"
-#include "NetHost.h"
-#include "Game.h"
-#include "Light.h"
-#include "parseutil.h"
-
-

Go to the source code of this file.

- - - - - - -

-Variables

const int MAX_NET_FPS = 50
const int MIN_NET_FRAME = 1000 / MAX_NET_FPS
const DWORD SHIP_ID_START = 0x0010
const DWORD SHOT_ID_START = 0x0400
-

Variable Documentation

- -
-
- - - - -
const int MAX_NET_FPS = 50
-
- -

Definition at line 42 of file NetLobby.cpp.

- -
-
- -
-
- - - - -
const int MIN_NET_FRAME = 1000 / MAX_NET_FPS
-
- -

Definition at line 43 of file NetLobby.cpp.

- -
-
- -
-
- - - - -
const DWORD SHIP_ID_START = 0x0010
-
- -

Definition at line 45 of file NetLobby.cpp.

- -
-
- -
-
- - - - -
const DWORD SHOT_ID_START = 0x0400
-
- -

Definition at line 46 of file NetLobby.cpp.

- -
-
-
-
- - - - -- cgit v1.1