mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-14 00:56:07 -05:00
11 lines
216 B
C
11 lines
216 B
C
#ifndef GUARD_SPRITE_H
|
|
#define GUARD_SPRITE_H
|
|
|
|
void InitSprites(void);
|
|
|
|
// sprite.s
|
|
extern void BlinkSavingIcon(void);
|
|
extern void ResetSprites(bool32);
|
|
extern void SetSavingIconCoords(u32);
|
|
|
|
#endif // GUARD_SPRITE_H
|