shithub: ft²

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