mirror of
https://gitlab.com/banjo.decomp/banjo-kazooie
synced 2026-07-13 06:19:26 -04:00
e125d3c1be
neue Datei: include/core1/lookup.h
umbenannt: src/core1/code_18310.c -> src/core1/lookup.c
9 lines
210 B
C
9 lines
210 B
C
#ifndef BANJO_KAZOOIE_CORE1_LOOKUP_H
|
|
#define BANJO_KAZOOIE_CORE1_LOOKUP_H
|
|
|
|
enum comusic_e lookup_getCoMusicId(s32 idx);
|
|
enum sfx_e lookup_getSfxId(s32 idx);
|
|
enum asset_e lookup_getAnimAssetId(s32 idx);
|
|
|
|
#endif
|