diff options
| author | Elijah Thomas <elijahthomas774@gmail.com> | 2023-10-06 07:49:50 -0400 |
|---|---|---|
| committer | Elijah Thomas <elijahthomas774@gmail.com> | 2023-10-06 07:49:50 -0400 |
| commit | 4ae5fe5753537264872e09562acb2e853dd41850 (patch) | |
| tree | 079b314512b286f666376a05abaafbb49b0c99f9 /include/f/f_base.h | |
| parent | 99d473d1aaecbd343871793e1c2002c89f08e227 (diff) | |
Fix includes and removed libs folder
Diffstat (limited to 'include/f/f_base.h')
| -rw-r--r-- | include/f/f_base.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/f/f_base.h b/include/f/f_base.h index a010cecd..76be2c8b 100644 --- a/include/f/f_base.h +++ b/include/f/f_base.h @@ -3,13 +3,13 @@ // This file is adapted from https://github.com/NSMBW-Community/NSMBW-Decomp/blob/master/include/dol/framework/f_base.hpp // and the Skyward Sword Ghidra database. Comments and docs can be seen above. stripped in this file for easier looking -#include <types.h> -#include <egg/core/eggFrmHeap.h> -#include <f/f_profile.h> -#include <f/f_base_id.h> -#include <f/f_helper_unk.h> -#include <f/f_manager.h> -#include <f/f_list_mg.h> +#include "types.h" +#include "egg/core/eggFrmHeap.h" +#include "f/f_profile.h" +#include "f/f_base_id.h" +#include "f/f_helper_unk.h" +#include "f/f_manager.h" +#include "f/f_list_mg.h" // Ghidra: fBase // size: 0x64 |
