mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
8 lines
139 B
OpenEdge ABL
8 lines
139 B
OpenEdge ABL
#ifdef BIND
|
|
#undef BIND
|
|
#endif
|
|
|
|
#define BIND(T) ifcopenshell::geometry::taxonomy::ptr map_impl(const IfcSchema::T*);
|
|
|
|
#include "mapping.i"
|