#ifndef _PROTO_SERSCRIPT_H #define _PROTO_SERSCRIPT_H #ifndef EXEC_TYPES_H #include #endif #if !defined(CLIB_SERSCRIPT_PROTOS_H) && !defined(__GNUC__) #include #endif #ifndef __NOLIBBASE__ extern struct Library *SerScriptBase; #endif #ifdef __GNUC__ #include #elif defined(__VBCC__) #include #else #include #endif #endif /* _PROTO_SERSCRIPT_H */