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