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