mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
283 B
20 lines
283 B
#include "OISINIT.PRO"
|
|
#include "OISPROC.PRO"
|
|
#include "OISRTNS.PRO"
|
|
#include "OISDRAW.PRO"
|
|
|
|
#ifdef SCCFEATURE_SELECT
|
|
#include "OISSEL.PRO"
|
|
#endif
|
|
|
|
#ifdef WINDOWS
|
|
#include "OISUTIL.PRO"
|
|
|
|
#include "OISNP_W.PRO"
|
|
#include "OISANNO.PRO"
|
|
#endif
|
|
|
|
#ifdef MAC
|
|
#include "OISNP_M.PRO"
|
|
#endif
|
|
|