mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +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" |