about.h 72 B

1234567
  1. #ifndef ABOUT_H
  2. #define ABOUT_H
  3. void aboutBlitz( bool delay );
  4. #endif