ref: 93e72ec9553429bc8d7321ec7f241fe5b152a9df
dir: /src/ft2_about.h/
#ifndef _ft2_about_h_ #define _ft2_about_h_ #include <stdint.h> void aboutFrame(void); void seedAboutScreenRandom(uint32_t newseed); void showAboutScreen(void); void hideAboutScreen(void); void exitAboutScreen(void); #endif