mirror of
https://github.com/zeldaret/ss
synced 2026-08-30 17:19:33 -04:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user