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

constants.h 253 B

123456789101112131415161718
  1. #pragma once
  2. #ifndef CONSTANTS_H
  3. #define CONSTANTS_H
  4. namespace Constants
  5. {
  6. static const constexpr inline numOfGridPerCell = 1000;
  7. struct StudentConstants
  8. {
  9. };
  10. struct TrickerConstants
  11. {
  12. };
  13. } // namespace Constants
  14. #endif