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.

tweakable.config.hpp 287B

пре 3 година
123456789101112131415161718192021
  1. #pragma once
  2. #if __has_include(<tweakable.tweaks.hpp>)
  3. #include <tweakable.tweaks.hpp>
  4. #endif
  5. namespace tweakable {
  6. namespace config {
  7. namespace defaults {
  8. const int value = 99;
  9. } // namespace defaults
  10. using namespace defaults;
  11. } // namespace config
  12. } // namespace tweakable