shithub: ft²

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

View raw version
#pragma once

#include <stdint.h>

void initAboutScreen(void);
void renderAboutScreenFrame(void);
void seedAboutScreenRandom(uint32_t newseed);
void showAboutScreen(void);
void hideAboutScreen(void);
void exitAboutScreen(void);