Files
Espresso/include/kernel/intro_anim.h
2025-05-28 14:41:02 -05:00

9 lines
124 B
C

#ifndef _INTRO_ANIMATION_H
#define _INTRO_ANIMATION_H
#include <types.h>
int16_t begin_anim(const char* version);
#endif