41 lines
699 B
C
41 lines
699 B
C
#ifndef __INCSPO_H__
|
|
#define __INCSPO_H__
|
|
|
|
/*///////////// PSX ////////////////*/
|
|
#ifndef PSX
|
|
/*///////////// PSX ////////////////*/
|
|
|
|
#include "geo.h"
|
|
#include "gli.h"
|
|
#include "pos.h"
|
|
#include "spo.h"
|
|
|
|
/*///////////// PSX ////////////////*/
|
|
#else /* PSX */
|
|
/*///////////// PSX ////////////////*/
|
|
|
|
#include "ACP_Base.h"
|
|
#include "CPA_Std.h"
|
|
|
|
#include "LDR.h"
|
|
#include "MMg.h"
|
|
#include "GMT.h"
|
|
#include "IncGEO.h"
|
|
#include "PCS.h"
|
|
#include "PO.h"
|
|
#include "IPO.h"
|
|
#include "POS.h"
|
|
#include "GLD.h"
|
|
#include "GLI.h"
|
|
|
|
#include "LST.h"
|
|
#include "HDL.h"
|
|
|
|
#include "SPO.h"
|
|
|
|
/*///////////// PSX ////////////////*/
|
|
#endif /* PSX */
|
|
/*///////////// PSX ////////////////*/
|
|
|
|
#endif /* __INCSPO_H__ */
|