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