shithub: ft²

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