Remove gszCivGroupNames dependency from main executable (#114)

* Add include guard to EditorMercs.h

* bring CivGroup related symbols from Tactical over to Editor

and adjust #includes accordingly

* remove redundant #ifdef
This commit is contained in:
majcosta
2023-01-26 19:09:46 -03:00
committed by GitHub
parent 0ee2cfe010
commit d007d3ba9e
4 changed files with 285 additions and 284 deletions
+1
View File
@@ -5,6 +5,7 @@
#include "mousesystem.h"
#include "structure.h"
#include "Assignments.h" // added by Flugente for the stat-enums
#include <EditorMercs.h>
#define MAX_UICOMPOSITES 4