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/_drive_8cpp.html | 226 -------------------------------------- 1 file changed, 226 deletions(-) delete mode 100644 Doc/doxygen/html/_drive_8cpp.html (limited to 'Doc/doxygen/html/_drive_8cpp.html') diff --git a/Doc/doxygen/html/_drive_8cpp.html b/Doc/doxygen/html/_drive_8cpp.html deleted file mode 100644 index 454e02f..0000000 --- a/Doc/doxygen/html/_drive_8cpp.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/Drive.cpp File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Drive.cpp File Reference
-
-
-
#include "MemDebug.h"
-#include "Drive.h"
-#include "Power.h"
-#include "Ship.h"
-#include "Sim.h"
-#include "DriveSprite.h"
-#include "CameraDirector.h"
-#include "AudioConfig.h"
-#include "Light.h"
-#include "Bitmap.h"
-#include "Sound.h"
-#include "DataLoader.h"
-#include "Bolt.h"
-#include "Solid.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] = { 0, 0, 0, 0, 0, 0, 0, 0 }
Bitmapdrive_trail_bitmap [8] = { 0, 0, 0, 0, 0, 0, 0, 0 }
Bitmapdrive_glow_bitmap [8] = { 0, 0, 0, 0, 0, 0, 0, 0 }
-

Macro Definition Documentation

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

Definition at line 48 of file Drive.cpp.

- -
-
-

Variable Documentation

- -
-
- - - - -
Bitmap* drive_flare_bitmap[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }
-
- -

Definition at line 42 of file Drive.cpp.

- -
-
- -
-
- - - - -
Bitmap* drive_glow_bitmap[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }
-
- -

Definition at line 44 of file Drive.cpp.

- -
-
- -
-
- - - - -
Bitmap* drive_trail_bitmap[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }
-
- -

Definition at line 43 of file Drive.cpp.

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