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