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. --- .../_campaign_mission_request_8cpp_source.html | 156 --------------------- 1 file changed, 156 deletions(-) delete mode 100644 Doc/doxygen/html/_campaign_mission_request_8cpp_source.html (limited to 'Doc/doxygen/html/_campaign_mission_request_8cpp_source.html') diff --git a/Doc/doxygen/html/_campaign_mission_request_8cpp_source.html b/Doc/doxygen/html/_campaign_mission_request_8cpp_source.html deleted file mode 100644 index 055ac5e..0000000 --- a/Doc/doxygen/html/_campaign_mission_request_8cpp_source.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/CampaignMissionRequest.cpp Source File - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
CampaignMissionRequest.cpp
-
-
-Go to the documentation of this file.
1 /* Project Starshatter 4.5
-
2  Destroyer Studios LLC
-
3  Copyright © 1997-2004. All Rights Reserved.
-
4 
-
5  SUBSYSTEM: Stars.exe
-
6  FILE: CampaignMissionRequest.cpp
-
7  AUTHOR: John DiCamillo
-
8 
-
9 
-
10  OVERVIEW
-
11  ========
-
12  CampaignMissionRequest
-
13 */
-
14 
-
15 #include "MemDebug.h"
-
16 #include "CampaignMissionRequest.h"
-
17 #include "Campaign.h"
-
18 #include "Combatant.h"
-
19 #include "CombatAssignment.h"
-
20 #include "CombatGroup.h"
-
21 #include "CombatUnit.h"
-
22 #include "CombatZone.h"
-
23 #include "Mission.h"
-
24 #include "Instruction.h"
-
25 #include "ShipDesign.h"
-
26 #include "StarSystem.h"
-
27 #include "Random.h"
-
28 
-
29 // +--------------------------------------------------------------------+
-
30 
- -
32 int t,
-
33 int s,
-
34 CombatGroup* p,
-
35 CombatGroup* tgt)
-
36 : campaign(c), type(t), opp_type(-1), start(s),
-
37 primary_group(p), secondary_group(0),
-
38 objective(tgt), use_loc(false)
-
39 { }
-
-
- - - - -- cgit v1.1