Back to home page

Enduro/X

 
 

    


0001 /*  see copyright notice in pscript.h */
0002 #ifndef _PSPCHEADER_H_
0003 #define _PSPCHEADER_H_
0004 
0005 #if defined(_MSC_VER) && defined(_DEBUG)
0006 #include <crtdbg.h>
0007 #endif
0008 
0009 #include <limits.h>
0010 #include <stdio.h>
0011 #include <stdlib.h>
0012 #include <string.h>
0013 #include <assert.h>
0014 #include <new>
0015 //pscript stuff

0016 #include <pscript.h>
0017 #include "psobject.h"
0018 #include "psstate.h"
0019 
0020 #endif //_PSPCHEADER_H_