mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 04:04:00 +00:00
15 lines
187 B
C
15 lines
187 B
C
|
|
#ifndef SHAPE
|
||
|
|
#define SHAPE(T)
|
||
|
|
#endif
|
||
|
|
#ifndef WIRE
|
||
|
|
#define WIRE(T)
|
||
|
|
#endif
|
||
|
|
#ifndef FACE
|
||
|
|
#define FACE(T)
|
||
|
|
#endif
|
||
|
|
#ifndef CURVE
|
||
|
|
#define CURVE(T)
|
||
|
|
#endif
|
||
|
|
#ifndef CLASS
|
||
|
|
#define CLASS(T,V)
|
||
|
|
#endif
|