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