Advertisement
Tainel

src/base/dependencies/index.hpp

May 28th, 2023 (edited)
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.30 KB | Source Code | 0 0
  1. #ifndef BASE_DEPENDENCIES_HPP
  2. #define BASE_DEPENDENCIES_HPP
  3.  
  4. // Pragma directives for optimization and target-specific options.
  5. #include"directives.hpp"
  6.  
  7. // Relevant system headers.
  8. #include"system.hpp"
  9.  
  10. // Standard namespace injection and GNU namespace macros.
  11. #include"namespaces.hpp"
  12.  
  13. #endif
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement