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 #ifdef _MSC_VER
10 #pragma message COAL_DEPRECATED_HEADER( \
11  "Please update your includes from 'hpp/fcl' to 'coal'")
12 #else
13 #warning "Please update your includes from 'hpp/fcl' to 'coal'"
14 #endif
15 
16 #define HPP_FCL_VERSION_AT_LEAST(major, minor, patch) \
17  COAL_VERSION_AT_LEAST(major, minor, patch)
18 
19 #endif // COAL_FWD_HPP


hpp-fcl
Author(s):
autogenerated on Sat Nov 23 2024 03:44:57