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