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