ref: b1e009f93c40ddaf5c9c663b4dfae82b2e90d1d2
dir: /src/ft2_about.h/
#pragma once #include <stdint.h> void aboutFrame(void); void seedAboutScreenRandom(uint32_t newseed); void showAboutScreen(void); void hideAboutScreen(void); void exitAboutScreen(void);