summaryrefslogtreecommitdiff
path: root/soh/include
diff options
context:
space:
mode:
authorAdam Bird <archez39@me.com>2024-02-20 10:57:39 -0500
committerAdam Bird <archez39@me.com>2024-02-20 10:57:39 -0500
commit1d61ba0b8682d9dac2be1ab85a59d27d7a039219 (patch)
tree8fa8a774362e0556c6fd062b209b790a7fcc8082 /soh/include
parent8525f71c57c205712ce12c2fbe5d3b0090d7e5be (diff)
parent3187564f5b4120e159f5e506b4a3db88716b56aa (diff)
Merge commit '3187564f5b4120e159f5e506b4a3db88716b56aa' into rando-dev-merge-feb
Diffstat (limited to 'soh/include')
-rw-r--r--soh/include/functions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h
index 49a8a0a93..af5c42acf 100644
--- a/soh/include/functions.h
+++ b/soh/include/functions.h
@@ -2467,6 +2467,10 @@ void Message_DrawText(PlayState* play, Gfx** gfxP);
void Interface_CreateQuadVertexGroup(Vtx* vtxList, s32 xStart, s32 yStart, s32 width, s32 height, u8 flippedH);
void Interface_RandoRestoreSwordless(void);
+//Pause Warp
+void PauseWarp_HandleSelection();
+void PauseWarp_Execute();
+
// #endregion
#ifdef __cplusplus