13 lines
394 B
C
13 lines
394 B
C
/* (c) Ubi R&D 1997*/
|
|
/* See Sebastien DAVID for any comment or question*/
|
|
|
|
/* For the friend modules only : change functions into macros*/
|
|
|
|
/*#define PO_fn_hGetVisual PO_M_hGetVisual*/
|
|
/*#define PO_fn_vSetVisual PO_M_vSetVisual*/
|
|
|
|
/* AR990531 Optimize access to geometric object */
|
|
#ifdef U64
|
|
#define PO_fn_hGetGeometricObject(_hPhysicalObject) (_hPhysicalObject)->_hGeometricObject
|
|
#endif
|