23 lines
394 B
C
23 lines
394 B
C
#ifndef SENDH
|
|
#define SENDH
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
/* For DLL using these function :*/
|
|
#include "cpa_expt.h"
|
|
|
|
extern CPA_EXPORT void
|
|
GLI_xSendListToViewport ( struct GLD_tdstViewportAttributes_ *p_stVpt ) ;
|
|
|
|
extern CPA_EXPORT void
|
|
GLI_xSendBegin(struct GLD_tdstViewportAttributes_ *p_stVpt) ;
|
|
|
|
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif /* __cplusplus */
|
|
|
|
#endif
|