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