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

@@ -14,10 +14,10 @@
#include <array>
#include <boost/optional.hpp>
#include "keycodes.hpp"
#include "choicedlog.hpp"
#include "button.hpp"
#include "pictypes.hpp"
#include "dialogxml/keycodes.hpp"
#include "dialogxml/dialogs/choicedlog.hpp"
#include "dialogxml/widgets/button.hpp"
#include "dialogxml/widgets/pictypes.hpp"
/// Basic button type template
struct bbtt {