You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
96 B

  1. #ifndef HACKTHEGAME_BETATEST_HPP
  2. #define HACKTHEGAME_BETATEST_HPP
  3. bool checkBetaTest();
  4. #endif