mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 12:07:59 +00:00
18 lines
230 B
C
18 lines
230 B
C
|
|
#ifndef SHAPES
|
||
|
|
#define SHAPES(T)
|
||
|
|
#endif
|
||
|
|
#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
|