fix extraction: also include sequence.h for extracted cutscenes

This commit is contained in:
Dragorn421 2025-05-29 14:04:04 +02:00
parent 03540c7db9
commit dcaef4c075
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
1 changed files with 3 additions and 2 deletions

View File

@ -55,8 +55,9 @@ class CutsceneResource(Resource, can_size_be_unknown=True):
return (
"z64cutscene_commands.h",
# TODO these are not always needed:
"z64ocarina.h", # for OCARINA_ACTION_*
"z64player.h", # for PLAYER_CUEID_*
"sequence.h", # for NA_BGM_*
"z64ocarina.h", # for OCARINA_ACTION_*
"z64player.h", # for PLAYER_CUEID_*
)
def get_h_includes(self):