update from dtk-template - clangd :) (#66)

* update from dtk-template and start work towards using clangd

* include <a> -> "a"

* Update build.yml

* remove/add non-trivial class in union warning
This commit is contained in:
Elijah Thomas
2024-10-16 15:36:02 -04:00
committed by GitHub
parent 4543ec129e
commit 26af4db82d
2230 changed files with 18282 additions and 8154 deletions
+5 -4
View File
@@ -1,9 +1,11 @@
#include "toBeSorted/file_manager.h"
#include "f/f_base.h"
#include <m/m_heap.h>
#include <s/s_Crc.h>
#include "m/m_heap.h"
#include "s/s_Crc.h"
// clang-format off
#include <sized_string.h>
#include "sized_string.h"
// clang-format on
// This class here makes no sense and the name might
@@ -104,7 +106,6 @@ u16 *FileManager::getStoryFlagsMut() {
/* 8000AA40 */ void FileManager::setSkipFlagsChecked(u16 *flags, u32 offset, u16 count) {}
/* 8000AAA0 */ void FileManager::initFile(int fileNum) {
mIsFileInvalid[1] = 1;
SaveFile *file = getFileA();
if (fileNum != 0) {