diff options
| author | Malkierian <malkierian@gmail.com> | 2025-05-29 19:14:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 19:14:32 -0700 |
| commit | 40fa3c8d64e8e3c6c8a50f9b902f40ae5de4319f (patch) | |
| tree | e91ee2c7ba0d57547e1c5ab0c06dad9201cc6485 /soh/include | |
| parent | 2b360d4bbe73ecdef32adec479ad74c87caf8204 (diff) | |
Convert `RandomizerInf` to the dynamic `#define` model to allow for automatic string names. (#5537)
Diffstat (limited to 'soh/include')
| -rw-r--r-- | soh/include/functions.h | 1 | ||||
| -rw-r--r-- | soh/include/z64save.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h index 3d1319907..8deb36953 100644 --- a/soh/include/functions.h +++ b/soh/include/functions.h @@ -12,7 +12,6 @@ extern "C" #include "luslog.h" #include <soh/Enhancements/item-tables/ItemTableTypes.h> -#include <soh/Enhancements/randomizer/randomizer_inf.h> #if defined(INCLUDE_GAME_PRINTF) && defined(_DEBUG) #define osSyncPrintf(fmt, ...) lusprintf(__FILE__, __LINE__, 0, fmt, ##__VA_ARGS__) diff --git a/soh/include/z64save.h b/soh/include/z64save.h index 751ad0b0f..63a9b1d10 100644 --- a/soh/include/z64save.h +++ b/soh/include/z64save.h @@ -5,7 +5,6 @@ #include "z64math.h" #include "z64audio.h" #include "soh/Enhancements/randomizer/randomizerTypes.h" -#include "soh/Enhancements/randomizer/randomizer_inf.h" #include "soh/Enhancements/gameplaystats.h" #include "soh/Enhancements/randomizer/randomizer_entrance.h" #include "soh/Enhancements/boss-rush/BossRushTypes.h" |
