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. --- .../html/_campaign_situation_report_8h_source.html | 176 --------------------- 1 file changed, 176 deletions(-) delete mode 100644 Doc/doxygen/html/_campaign_situation_report_8h_source.html (limited to 'Doc/doxygen/html/_campaign_situation_report_8h_source.html') diff --git a/Doc/doxygen/html/_campaign_situation_report_8h_source.html b/Doc/doxygen/html/_campaign_situation_report_8h_source.html deleted file mode 100644 index f563594..0000000 --- a/Doc/doxygen/html/_campaign_situation_report_8h_source.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/CampaignSituationReport.h Source File - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
CampaignSituationReport.h
-
-
-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: CampaignSituationReport.h
-
7  AUTHOR: John DiCamillo
-
8 
-
9 
-
10  OVERVIEW
-
11  ========
-
12  CampaignSituationReport generates the situation report
-
13  portion of the briefing for a dynamically generated
-
14  mission in a dynamic campaign.
-
15 */
-
16 
-
17 #ifndef CampaignSituationReport_h
-
18 #define CampaignSituationReport_h
-
19 
-
20 #include "Types.h"
-
21 #include "Geometry.h"
-
22 #include "List.h"
-
23 #include "Text.h"
-
24 
-
25 // +--------------------------------------------------------------------+
-
26 
-
27 class Campaign;
-
28 class CombatGroup;
-
29 class CombatUnit;
-
30 class CombatZone;
-
31 class Mission;
-
32 class MissionElement;
-
33 
-
34 // +--------------------------------------------------------------------+
-
35 
- -
37 {
-
38 public:
-
39  static const char* TYPENAME() { return "CampaignSituationReport"; }
-
40 
- -
42  virtual ~CampaignSituationReport();
-
43 
-
44  virtual void GenerateSituationReport();
-
45 
-
46 protected:
-
47  virtual void GlobalSituation();
-
48  virtual void MissionSituation();
-
49  virtual MissionElement*
- -
51  virtual Text GetThreatInfo();
-
52 
- - - -
56 };
-
57 
-
58 #endif CampaignSituationReport_h
-
59 
-
-
- - - - -- cgit v1.1