ref: 1641764037030319b1ca4f1d9165a0169c2c3dcb
dir: /src/ft2_about.h/
#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);