shithub: ft2-clone

ref: 43eec25b1bef0a0257086e4de55e1edb073fa36c
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);