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/_thruster_8cpp.html | 215 +++++++++++++++++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 Doc/doxygen/html/_thruster_8cpp.html (limited to 'Doc/doxygen/html/_thruster_8cpp.html') diff --git a/Doc/doxygen/html/_thruster_8cpp.html b/Doc/doxygen/html/_thruster_8cpp.html new file mode 100644 index 0000000..a3cfb3e --- /dev/null +++ b/Doc/doxygen/html/_thruster_8cpp.html @@ -0,0 +1,215 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/Thruster.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Thruster.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "Thruster.h"
+#include "Component.h"
+#include "Drive.h"
+#include "FlightComp.h"
+#include "SystemDesign.h"
+#include "Ship.h"
+#include "ShipDesign.h"
+#include "Sim.h"
+#include "CameraDirector.h"
+#include "AudioConfig.h"
+#include "Random.h"
+#include "Light.h"
+#include "Bitmap.h"
+#include "Sound.h"
+#include "DataLoader.h"
+#include "Bolt.h"
+#include "Sprite.h"
+#include "Game.h"
+
+

Go to the source code of this file.

+ + + +

+Macros

#define CLAMP(x, a, b)   if (x < (a)) x = (a); else if (x > (b)) x = (b);
+ + + +

+Variables

Bitmapdrive_flare_bitmap [8]
Bitmapdrive_trail_bitmap [8]
+

Macro Definition Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
#define CLAMP( x,
 a,
 
)   if (x < (a)) x = (a); else if (x > (b)) x = (b);
+
+ +

Definition at line 44 of file Thruster.cpp.

+ +
+
+

Variable Documentation

+ +
+
+ + + + +
Bitmap* drive_flare_bitmap[8]
+
+ +

Definition at line 42 of file Drive.cpp.

+ +
+
+ +
+
+ + + + +
Bitmap* drive_trail_bitmap[8]
+
+ +

Definition at line 43 of file Drive.cpp.

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