mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
8 lines
143 B
OpenEdge ABL
8 lines
143 B
OpenEdge ABL
|
|
#ifdef BIND
|
||
|
|
#undef BIND
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#define BIND(T) ifcopenshell::geometry::taxonomy::item* convert(const IfcSchema::T*);
|
||
|
|
|
||
|
|
#include "mapping.i"
|