mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
6 lines
128 B
OpenEdge ABL
6 lines
128 B
OpenEdge ABL
|
|
#include "mapping_undefine.i"
|
||
|
|
#define CLASS(T,V) \
|
||
|
|
std::map<int,V> T;
|
||
|
|
#include "mapping_define_missing.i"
|
||
|
|
|
||
|
|
#include "mapping.i"
|