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

@@ -9,8 +9,8 @@
#include "gfxsheets.hpp"
#include "location.hpp"
#include "res_image.hpp"
#include "render_image.hpp"
#include "fileio/resmgr/res_image.hpp"
#include "gfx/render_image.hpp"
bool use_win_graphics = false;

View File

@@ -21,7 +21,7 @@
#include <memory>
#include <boost/filesystem/path.hpp>
#include "strdlog.hpp"
#include "dialogxml/dialogs/strdlog.hpp"
#include "porting.hpp"
#include "location.hpp"

View File

@@ -12,8 +12,8 @@
#include <fstream>
#include <boost/filesystem/path.hpp>
#include "fileio.hpp"
#include "render_shapes.hpp"
#include "fileio/fileio.hpp"
#include "gfx/render_shapes.hpp"
sf::Shader maskShader;
extern fs::path progDir;

View File

@@ -16,7 +16,7 @@
#include <boost/filesystem/path.hpp>
#include <SFML/Graphics.hpp>
#include "location.hpp"
#include "pictypes.hpp"
#include "dialogxml/widgets/pictypes.hpp"
void init_shaders();
void rect_draw_some_item(sf::RenderTarget& targ_gworld,rectangle targ_rect);

View File

@@ -9,8 +9,8 @@
#include "render_text.hpp"
#include <iostream>
#include "res_font.hpp"
#include "render_shapes.hpp"
#include "fileio/resmgr/res_font.hpp"
#include "gfx/render_shapes.hpp"
void TextStyle::applyTo(sf::Text& text) {
switch(font) {

View File

@@ -11,9 +11,9 @@
#include <unordered_map>
#include <SFML/Graphics.hpp>
#include <SFML/OpenGL.hpp>
#include "res_image.hpp"
#include "render_image.hpp"
#include "render_shapes.hpp"
#include "fileio/resmgr/res_image.hpp"
#include "gfx/render_image.hpp"
#include "gfx/render_shapes.hpp"
rectangle bg_rects[21];
tessel_ref_t bg[21];