mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
6 lines
169 B
C
6 lines
169 B
C
#include "IfcRegisterUndef.h"
|
|
#define WIRE(T) \
|
|
if ( l->declaration().is(T::Class()) ) return convert((T*)l,r);
|
|
#include "IfcRegisterDef.h"
|
|
|
|
#include "IfcRegister.h" |