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/_player_8cpp.html | 205 ------------------------------------- 1 file changed, 205 deletions(-) delete mode 100644 Doc/doxygen/html/_player_8cpp.html (limited to 'Doc/doxygen/html/_player_8cpp.html') diff --git a/Doc/doxygen/html/_player_8cpp.html b/Doc/doxygen/html/_player_8cpp.html deleted file mode 100644 index 696aef5..0000000 --- a/Doc/doxygen/html/_player_8cpp.html +++ /dev/null @@ -1,205 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/Player.cpp File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Player.cpp File Reference
-
-
-
#include "MemDebug.h"
-#include "Player.h"
-#include "NetLobbyServer.h"
-#include "NetLayer.h"
-#include "Ship.h"
-#include "SimEvent.h"
-#include "Campaign.h"
-#include "CampaignSaveGame.h"
-#include "Random.h"
-#include "HUDView.h"
-#include "MFD.h"
-#include "DataLoader.h"
-#include "Encrypt.h"
-#include "ParseUtil.h"
-#include "FormatUtil.h"
-#include "Bitmap.h"
-#include "Game.h"
-
-

Go to the source code of this file.

- - - -

-Classes

class  AwardInfo
- - - - -

-Macros

#define GET_DEF_BOOL(x)   if(pdef->name()->value()==(#x))GetDefBool(player->x,pdef,filename)
#define GET_DEF_TEXT(x)   if(pdef->name()->value()==(#x))GetDefText(player->x,pdef,filename)
#define GET_DEF_NUM(x)   if(pdef->name()->value()==(#x))GetDefNumber(player->x,pdef,filename)
-

Macro Definition Documentation

- -
-
- - - - - - - - -
#define GET_DEF_BOOL( x)   if(pdef->name()->value()==(#x))GetDefBool(player->x,pdef,filename)
-
- -

Definition at line 930 of file Player.cpp.

- -
-
- -
-
- - - - - - - - -
#define GET_DEF_NUM( x)   if(pdef->name()->value()==(#x))GetDefNumber(player->x,pdef,filename)
-
- -

Definition at line 932 of file Player.cpp.

- -
-
- -
-
- - - - - - - - -
#define GET_DEF_TEXT( x)   if(pdef->name()->value()==(#x))GetDefText(player->x,pdef,filename)
-
- -

Definition at line 931 of file Player.cpp.

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