config.h 100 B

12345678
  1. #pragma once
  2. #ifndef NO_DEBUG
  3. #define NO_DEBUG
  4. #endif
  5. #ifndef NO_PRINT
  6. #define NO_PRINT
  7. #endif