Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00015 #ifndef HRP_COLLISION_CONFIG_H_INCLUDED
00016 #define HRP_COLLISION_CONFIG_H_INCLUDED
00017
00018
00019 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
00020 # ifdef HRP_COLLISION_MAKE_DLL
00021 # define HRP_COLLISION_EXPORT __declspec(dllexport)
00022 # else
00023 # define HRP_COLLISION_EXPORT __declspec(dllimport)
00024 # endif
00025 #else
00026 # define HRP_COLLISION_EXPORT
00027 #endif
00028
00029 #endif