shithub: ft²

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