mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +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"
|