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