config.hpp 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. // The MIT License (MIT)
  2. // Copyright (c) 2013-2020 Rapptz, ThePhD and contributors
  3. // Permission is hereby granted, free of charge, to any person obtaining a copy of
  4. // this software and associated documentation files (the "Software"), to deal in
  5. // the Software without restriction, including without limitation the rights to
  6. // use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  7. // the Software, and to permit persons to whom the Software is furnished to do so,
  8. // subject to the following conditions:
  9. // The above copyright notice and this permission notice shall be included in all
  10. // copies or substantial portions of the Software.
  11. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  12. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  13. // FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  14. // COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  15. // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  16. // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  17. // This file was generated with a script.
  18. // Generated 2020-10-03 21:34:25.034794 UTC
  19. // This header was generated with sol v3.2.1 (revision 48eea7b5)
  20. // https://github.com/ThePhD/sol2
  21. #ifndef SOL_SINGLE_CONFIG_HPP
  22. #define SOL_SINGLE_CONFIG_HPP
  23. // beginning of sol/config.hpp
  24. /* Base, empty configuration file!
  25. To override, place a file in your include paths of the form:
  26. . (your include path here)
  27. | sol (directory, or equivalent)
  28. | config.hpp (your config.hpp file)
  29. So that when sol2 includes the file
  30. #include <sol/config.hpp>
  31. it gives you the configuration values you desire. Configuration values can be
  32. seen in the safety.rst of the doc/src, or at
  33. https://sol2.readthedocs.io/en/latest/safety.html ! You can also pass them through
  34. the build system, or the command line options of your compiler.
  35. */
  36. // end of sol/config.hpp
  37. #endif // SOL_SINGLE_CONFIG_HPP