31 lines
610 B
C
31 lines
610 B
C
/* (c) Ubi Studios 1996-97*/
|
|
/* See Vincent Greco for any comment or question*/
|
|
|
|
|
|
#ifndef __HIEHAND_H__
|
|
#if !defined(HieFriend)||defined(__HIESPOBJ_H__)
|
|
|
|
#define __HIEHAND_H__
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct HIE_tdstSuperObject_* HIE_tdxHandleToSuperObject;
|
|
/*ONLY for Francois*/
|
|
typedef struct HIE_tdstSuperObject_ * HIE_tdxHandleToSuperObjectTab;
|
|
|
|
/*ANNECY TQ 13/02/98{*/
|
|
typedef struct HIE_tdstParallelBox_ * HIE_tdxHandleToParallelBox;
|
|
|
|
/*ENDANNECY TQ}*/
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}/* extern "C" */
|
|
#endif
|
|
|
|
#endif /*HieFriend || !__HIESPOBJ_H__*/
|
|
#endif /* __HIEHAND_H__*/
|