28 lines
487 B
C
28 lines
487 B
C
#ifndef _INCIPO_H_
|
|
#define _INCIPO_H_
|
|
|
|
/*////////////////////////////////*/
|
|
#ifdef PSX
|
|
/*////////////////////////////////*/
|
|
|
|
#include "IncPO.h"
|
|
#include "ISI.h"
|
|
|
|
#include "IPO.h"
|
|
|
|
/*////////////////////////////////*/
|
|
#else /* PSX */
|
|
/*////////////////////////////////*/
|
|
|
|
#include "geo.h"
|
|
#include "gli.h"
|
|
#include "pcs.h"
|
|
#include "po.h"
|
|
#include "ipo.h"
|
|
|
|
/*////////////////////////////////*/
|
|
#endif /* PSX */
|
|
/*////////////////////////////////*/
|
|
|
|
#endif /* _INCIPO_H_ */
|