29 lines
525 B
C
29 lines
525 B
C
/* (c) Ubi R&D 1997*/
|
|
/* See Sebastien DAVID for any comment or question*/
|
|
|
|
#ifndef __IPOSTRUC_H__
|
|
#define __IPOSTRUC_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
typedef struct IPO_tdstInstanciatedPhysicalObject_
|
|
{
|
|
PO_tdxHandleToPhysicalObject _hPhysicalObject;
|
|
ACP_tdxHandleToRadiosity _hRadiosity;
|
|
|
|
} IPO_tdstInstanciatedPhysicalObject;
|
|
|
|
|
|
/* Definition of the accessor macros for the friend modules*/
|
|
/* Rem: handles are pointers*/
|
|
|
|
#ifdef __cplusplus
|
|
}/* extern "C" */
|
|
#endif
|
|
|
|
/* __IPOSTRUC_H__*/
|
|
#endif
|