Skip to content

Commit

Permalink
Fix linux build (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
aMannus committed Sep 8, 2024
1 parent 07998ad commit 1d667bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soh/soh/Enhancements/randomizer/ShufflePots.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extern "C" {
#include "z64.h"
#include "variables.h"
#include "overlays/actors/ovl_Obj_Tsubo/z_obj_tsubo.h"
#include "overlays/actors/Ovl_Door_Shutter/z_door_shutter.h"
#include "overlays/actors/ovl_Door_Shutter/z_door_shutter.h"

u8 Randomizer_GetSettingValue(RandomizerSettingKey randoSettingKey);
GetItemEntry Randomizer_GetItemFromKnownCheck(RandomizerCheck randomizerCheck, GetItemID ogId);
Expand Down

0 comments on commit 1d667bd

Please sign in to comment.