Skip to content

Commit

Permalink
Change to extern function
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Nov 5, 2024
1 parent a7515c3 commit 2424cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions soh/soh/Enhancements/timesaver_hook_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ extern "C" {
extern SaveContext gSaveContext;
extern PlayState* gPlayState;
extern int32_t D_8011D3AC;

extern void func_80AF36EC(EnRu2* enRu2, PlayState* play);
}

#define RAND_GET_OPTION(option) Rando::Context::GetInstance()->GetOption(option).GetSelectedOptionIndex()
Expand Down
2 changes: 0 additions & 2 deletions soh/src/overlays/actors/ovl_En_Ru2/z_en_ru2.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ typedef struct EnRu2 {
/* 0x02C8 */ s16 subCamId;
} EnRu2; // size = 0x0314

void func_80AF36EC(EnRu2* enRu2, PlayState* play);

#endif

0 comments on commit 2424cfb

Please sign in to comment.