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_gram_8h.html | 209 ------------------------------------- 1 file changed, 209 deletions(-) delete mode 100644 Doc/doxygen/html/_net_gram_8h.html (limited to 'Doc/doxygen/html/_net_gram_8h.html') diff --git a/Doc/doxygen/html/_net_gram_8h.html b/Doc/doxygen/html/_net_gram_8h.html deleted file mode 100644 index 7446fd5..0000000 --- a/Doc/doxygen/html/_net_gram_8h.html +++ /dev/null @@ -1,209 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/NetEx/NetGram.h File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
NetGram.h File Reference
-
-
-
#include <windows.h>
-#include "NetAddr.h"
-#include "Text.h"
-
-

Go to the source code of this file.

- - - -

-Classes

class  NetGram
- - - - - - -

-Variables

const int NET_GRAM_ACK = 0x80000000
const int NET_GRAM_RELIABLE = 0x40000000
const int NET_GRAM_SEQ_MASK = 0x3fffffff
const int NET_GRAM_HEADER_SIZE = 4
const int NET_GRAM_MAX_SIZE = 1024
-

Variable Documentation

- -
-
- - - - -
const int NET_GRAM_ACK = 0x80000000
-
- -

Definition at line 26 of file NetGram.h.

- -
-
- -
-
- - - - -
const int NET_GRAM_HEADER_SIZE = 4
-
- -

Definition at line 30 of file NetGram.h.

- -
-
- -
-
- - - - -
const int NET_GRAM_MAX_SIZE = 1024
-
- -

Definition at line 31 of file NetGram.h.

- -
-
- -
-
- - - - -
const int NET_GRAM_RELIABLE = 0x40000000
-
- -

Definition at line 27 of file NetGram.h.

- -
-
- -
-
- - - - -
const int NET_GRAM_SEQ_MASK = 0x3fffffff
-
- -

Definition at line 28 of file NetGram.h.

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