29 lines
514 B
C
29 lines
514 B
C
/*////////////////////////////////*/
|
|
#ifdef PSX
|
|
/*////////////////////////////////*/
|
|
|
|
#include "ACP_Base.h"
|
|
|
|
#include "LDR.h"
|
|
#include "MMg.h"
|
|
#include "GMT.h"
|
|
#include "IncGEO.h"
|
|
#include "IncPCS.h"
|
|
#include "MMgGEO.h"
|
|
#include "IncGLI.h"
|
|
|
|
#include "PO.h"
|
|
|
|
/*////////////////////////////////*/
|
|
#else /* PSX */
|
|
/*////////////////////////////////*/
|
|
|
|
#include "geo.h"
|
|
#include "gli.h"
|
|
#include "pcs.h"
|
|
#include "po.h"
|
|
|
|
/*////////////////////////////////*/
|
|
#endif /* PSX */
|
|
/*////////////////////////////////*/
|