mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
9 lines
125 B
OpenEdge ABL
9 lines
125 B
OpenEdge ABL
#ifdef BIND
|
|
#undef BIND
|
|
#endif
|
|
|
|
#define BIND(T) \
|
|
process_mapping<IfcSchema::T>(matched, item, inst);
|
|
|
|
#include "mapping.i"
|