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

@@ -6,12 +6,12 @@
//
//
#include "scenario.hpp" // Include before Cocoa because the Cocoa header defines things that cause compilation errors in here
#include "scenario/scenario.hpp" // Include before Cocoa because the Cocoa header defines things that cause compilation errors in here
#include <Cocoa/Cocoa.h>
#include <memory>
#include <algorithm>
#include <iostream>
#include "fileio.hpp"
#include "fileio/fileio.hpp"
#include "scen.actions.hpp"
#include "scen.townout.hpp"