ref: 62fa192dca04909fbd36afe0f72c9a5091891dce
dir: /src/ft2_about.h/
#pragma once #include <stdint.h> void renderAboutScreenFrame(void); void seedAboutScreenRandom(uint32_t newseed); void showAboutScreen(void); void hideAboutScreen(void); void exitAboutScreen(void);