shithub: ft²

ref: 4afaa08eef7e43682284d15be646538293cee1ae
dir: /src/ft2_about.h/

View raw version
#pragma once

#include <stdint.h>

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