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