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

@@ -2,8 +2,8 @@
#include <string>
#include <SFML/Graphics/RenderTarget.hpp>
#include "location.hpp"
#include "item.hpp"
#include "gfxsheets.hpp"
#include "scenario/item.hpp"
#include "gfx/gfxsheets.hpp"
struct word_rect_t {
std::string word;