src/core1: renamed and documented file
neue Datei: include/core1/lookup.h umbenannt: src/core1/code_18310.c -> src/core1/lookup.c
This commit is contained in:
8
include/core1/lookup.h
Normal file
8
include/core1/lookup.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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
|
Reference in New Issue
Block a user