/*
 * Portable Object Compiler (c) 1997,98,2003.  All Rights Reserved.
 * $Id: objc.h,v 1.3 2003/09/27 09:32:44 stes Exp $
 */

#ifndef __objch__
#define __objch__

#include "objcrt.h"
#ifndef __OBJECT_INCLUDED__
#define __OBJECT_INCLUDED__
#include "Object.h" /* Stepstone Object.h assumes #import */
#endif
#include "Block.h"
#include "Message.h"
#include "Exceptn.h"
#include "OutOfMem.h"

#endif /* __objch__ */



syntax highlighted by Code2HTML, v. 0.9.1