shithub: ft2-clone

ref: 976b6bb80a6b04f209d13f670a941645fe0a89c7
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);