shithub: ft2-clone

ref: b967ab547d4f99098f3e62866b1bd3c76dc722cf
dir: /src/ft2_about.h/

View raw version
#pragma once

#include <stdint.h>

void aboutFrame(void);
void seedAboutScreenRandom(uint32_t newseed);
void showAboutScreen(void);
void hideAboutScreen(void);
void exitAboutScreen(void);