From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_player_8cpp.html | 205 +++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create 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 new file mode 100644 index 0000000..1862f03 --- /dev/null +++ b/Doc/doxygen/html/_player_8cpp.html @@ -0,0 +1,205 @@ + + + + + +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