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