26 lines
336 B
C
26 lines
336 B
C
/* (c) Ubi Studios 1996-97*/
|
|
|
|
#ifndef __SCT_H__
|
|
#define __SCT_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* For DLL using these function :*/
|
|
#include "cpa_expt.h"
|
|
|
|
|
|
|
|
#include "SCT/SectHand.h" /*Temp*/
|
|
#include "SCT/Sector.h"
|
|
#include "SCT/SectExt.h"
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}/* extern "C" */
|
|
#endif
|
|
|
|
#endif /* __SCT_H__*/
|