shithub: ft2-clone

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