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/_weapon_design_8cpp.html | 195 ------------------------------ 1 file changed, 195 deletions(-) delete mode 100644 Doc/doxygen/html/_weapon_design_8cpp.html (limited to 'Doc/doxygen/html/_weapon_design_8cpp.html') diff --git a/Doc/doxygen/html/_weapon_design_8cpp.html b/Doc/doxygen/html/_weapon_design_8cpp.html deleted file mode 100644 index abb74e8..0000000 --- a/Doc/doxygen/html/_weapon_design_8cpp.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/WeaponDesign.cpp File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
WeaponDesign.cpp File Reference
-
-
-
#include "MemDebug.h"
-#include "WeaponDesign.h"
-#include "ShipDesign.h"
-#include "Weapon.h"
-#include "Game.h"
-#include "Sprite.h"
-#include "Light.h"
-#include "Bitmap.h"
-#include "Solid.h"
-#include "Sound.h"
-#include "DataLoader.h"
-#include "ParseUtil.h"
-
-

Go to the source code of this file.

- - - - - -

-Macros

#define GET_DEF_BOOL(x)   if(defname==(#x))GetDefBool(design->x,pdef,filename)
#define GET_DEF_TEXT(x)   if(defname==(#x))GetDefText(design->x,pdef,filename)
#define GET_DEF_NUM(x)   if(defname==(#x))GetDefNumber(design->x,pdef,filename)
-

Macro Definition Documentation

- -
-
- - - - - - - - -
#define GET_DEF_BOOL( x)   if(defname==(#x))GetDefBool(design->x,pdef,filename)
-
- -

Definition at line 36 of file WeaponDesign.cpp.

- -
-
- -
-
- - - - - - - - -
#define GET_DEF_NUM( x)   if(defname==(#x))GetDefNumber(design->x,pdef,filename)
-
- -

Definition at line 38 of file WeaponDesign.cpp.

- -
-
- -
-
- - - - - - - - -
#define GET_DEF_TEXT( x)   if(defname==(#x))GetDefText(design->x,pdef,filename)
-
- -

Definition at line 37 of file WeaponDesign.cpp.

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