coal.hpp
Go to the documentation of this file.
1 #ifndef HPP_FCL_COAL_HPP
2 #define HPP_FCL_COAL_HPP
3 
4 #include <coal/config.hh>
5 #include <coal/deprecated.hh>
6 
7 #define COAL_BACKWARD_COMPATIBILITY_WITH_HPP_FCL
8 
9 // Don't setup warning because there can be ignored by -isystem
10 #pragma message("Please update your includes from 'hpp/fcl' to 'coal'")
11 
12 #define HPP_FCL_VERSION_AT_LEAST(major, minor, patch) \
13  COAL_VERSION_AT_LEAST(major, minor, patch)
14 
15 #endif // COAL_FWD_HPP


hpp-fcl
Author(s):
autogenerated on Fri Feb 14 2025 03:45:50