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