Disable header maps in Xcode 12

This commit is contained in:
2022-07-07 23:19:58 -04:00
parent a69d92d8dc
commit 5b2561d034
143 changed files with 534 additions and 526 deletions

View File

@@ -4,7 +4,7 @@
#include "boe.global.hpp"
#include "universe.hpp"
#include "universe/universe.hpp"
#include "boe.graphutil.hpp"
#include "boe.graphics.hpp"
@@ -22,14 +22,14 @@
#include "boe.infodlg.hpp"
#include "boe.ui.hpp"
#include "mathutil.hpp"
#include "render_image.hpp"
#include "render_shapes.hpp"
#include "render_text.hpp"
#include "tiling.hpp"
#include "strdlog.hpp"
#include "winutil.hpp"
#include "res_image.hpp"
#include "cursors.hpp"
#include "gfx/render_image.hpp"
#include "gfx/render_shapes.hpp"
#include "gfx/render_text.hpp"
#include "gfx/tiling.hpp"
#include "dialogxml/dialogs/strdlog.hpp"
#include "tools/winutil.hpp"
#include "fileio/resmgr/res_image.hpp"
#include "tools/cursors.hpp"
extern short store_spell_target,which_combat_type,combat_active_pc;
extern eGameMode overall_mode;