Fix includes and removed libs folder

This commit is contained in:
Elijah Thomas
2023-10-06 07:49:50 -04:00
parent 99d473d1aa
commit 4ae5fe5753
244 changed files with 584 additions and 584 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include <d/a/d_a_base.h>
#include "d/a/d_a_base.h"
// RoomManager* RoomManager::m_Instance;
+1 -1
View File
@@ -1 +1 @@
#include <d/a/obj/d_a_obj_base.h>
#include "d/a/obj/d_a_obj_base.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include <d/d_base.h>
#include "d/d_base.h"
// .sbss
/* 805750c0 */ u32 dBase_c::s_ExecuteControlFlags;
@@ -1,4 +1,4 @@
#include <egg/core/eggController.h>
#include "egg/core/eggController.h"
namespace EGG
@@ -1,8 +1,8 @@
#include <egg/core/eggDisplay.h>
#include <nw4r/db/db_directPrint.h>
#include <egg/core/eggXfbManager.h>
#include <rvl/GX.h>
#include <rvl/OS/OSHardware.h>
#include "egg/core/eggDisplay.h"
#include "nw4r/db/db_directPrint.h"
#include "egg/core/eggXfbManager.h"
#include "rvl/GX.h"
#include "rvl/OS/OSHardware.h"
extern "C" {
void PreRetraceCallback(u32 retraceCount) {
+1 -1
View File
@@ -1,4 +1,4 @@
#include <f/f_base.h>
#include "f/f_base.h"
/*
.text File Range:
+2 -2
View File
@@ -1,5 +1,5 @@
#include <types.h>
#include <toBeSorted/bitwise_flag_helper.h>
#include "types.h"
#include "toBeSorted/bitwise_flag_helper.h"
bool BitwiseFlagHelper::checkFlag(u16 slot, u16 shift, const u16 *pData, u16 flagCount) {
return (pData[slot] >> shift) & 1;
+4 -4
View File
@@ -1,7 +1,7 @@
#include <libc.h>
#include <types.h>
#include <toBeSorted/file_manager.h>
#include <toBeSorted/flag_space.h>
#include "libc.h"
#include "types.h"
#include "toBeSorted/file_manager.h"
#include "toBeSorted/flag_space.h"
u16* FlagSpace::getFlagPtrChecked() {
filemanagerCheck();
+1 -1
View File
@@ -1,3 +1,3 @@
#include <toBeSorted/room_manager.h>
#include "toBeSorted/room_manager.h"
RoomManager* RoomManager::m_Instance;
+2 -2
View File
@@ -1,5 +1,5 @@
#include <toBeSorted/save_file.h>
#include <MSL_C/string.h>
#include "toBeSorted/save_file.h"
#include "MSL_C/string.h"
// 0x800099b0 getStoryFlags0__8SaveFileFv
u16* SaveFile::getStoryFlags0() {
+6 -6
View File
@@ -1,10 +1,10 @@
#include <types.h>
#include <libc.h>
#include "types.h"
#include "libc.h"
#include <rvl/macros.h>
#include <toBeSorted/flag_space.h>
#include <toBeSorted/file_manager.h>
#include <toBeSorted/bitwise_flag_helper.h>
#include "rvl/macros.h"
#include "toBeSorted/flag_space.h"
#include "toBeSorted/file_manager.h"
#include "toBeSorted/bitwise_flag_helper.h"
class SceneflagManager {
public:
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include <toBeSorted/unk_flag_stuff.h>
#include "toBeSorted/unk_flag_stuff.h"
u16 UnkFlagStuff::calculateMask(s32 shift) {
return (2 << (shift & 0xF)) - 1;