Loading...
Searching...
No Matches
clear_export.h
Go to the documentation of this file.
1/***********************************************************************/
2/*! \file clear_export.h
3 \brief Clears and defines the export macros
4
5 BBM_EXPORT_* should be included outside the compile header guards.
6 The default state of the BBM_EXPORT_* macros is to do nothing.
7
8 When overwriting the MACROs, including the afected header files will
9 result in executing the macro. Please see bbm_python.h for an example.
10
11************************************************************************/
12
13#undef BBM_EXPORT_BSDFMODEL
14#define BBM_EXPORT_BSDFMODEL(bsdfmodel)
15