diff options
Diffstat (limited to 'include/variables.h')
| -rw-r--r-- | include/variables.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/variables.h b/include/variables.h index 12b8e734b..922a3c15f 100644 --- a/include/variables.h +++ b/include/variables.h @@ -157,8 +157,7 @@ extern s32 gSystemArenaLogSeverity; extern u8 __osPfsInodeCacheBank; extern s32 __osPfsLastChannel; -extern const s16 D_8014A6C0[]; -#define gTatumsPerBeat (D_8014A6C0[1]) +extern const TempoData gTempoData; extern const AudioHeapInitSizes gAudioHeapInitSizes; extern s16 gOcarinaSongItemMap[]; extern u8 gSoundFontTable[]; @@ -215,7 +214,7 @@ extern u16 gAudioSfxSwapTarget[10]; extern u8 gAudioSfxSwapMode[10]; extern ActiveSequence gActiveSeqs[4]; extern AudioContext gAudioCtx; -extern void(*D_801755D0)(void); +extern AudioCustomUpdateFunction gAudioCustomUpdateFunction; extern u32 __osMalloc_FreeBlockTest_Enable; extern Arena gSystemArena; |
