src/core1: more documentation and renaming
neue Datei: include/core1/framebufferdraw.h neue Datei: include/core1/sprite.h umbenannt: src/core1/code_ABB0.c -> src/core1/framebufferdraw.c umbenannt: src/core1/code_13680.c -> src/core1/sprite.c umbenannt: src/core1/code_3A70.c -> src/core1/stub_3A70.c
This commit is contained in:
11
include/core1/sprite.h
Normal file
11
include/core1/sprite.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef BANJO_KAZOOIE_CORE1_SPRITE_H
|
||||
#define BANJO_KAZOOIE_CORE1_SPRITE_H
|
||||
|
||||
u32 sprite_getUnk8(BKSprite *this);
|
||||
u32 sprite_getUnkA(BKSprite *this);
|
||||
u32 sprite_getUnk6(BKSprite *this);
|
||||
u32 sprite_getUnk4(BKSprite *this);
|
||||
s32 sprite_getFrameCount(BKSprite *this);
|
||||
BKSpriteFrame *sprite_getFramePtr(BKSprite *this, u32 frame_id);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user