Files
Espresso/include/kernel/intro.h
2025-06-13 18:03:39 -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