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