ref: 6bc1fe3db1c4fe15791d87e6bcc1aede1631bc7c
dir: /src/ft2_about.h/
#ifndef _ft2_about_h_ #define _ft2_about_h_ #include <stdint.h> void initAboutScreen(void); void renderAboutScreenFrame(void); void seedAboutScreenRandom(uint32_t newseed); void showAboutScreen(void); void hideAboutScreen(void); void exitAboutScreen(void); #endif