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