#ifndef CORE_H_INCLUDED
#define CORE_H_INCLUDED

typedef struct CoreObj_tag *Core;

typedef struct CoreClassDescriptor_tag CoreClassDescriptor;
extern CoreClassDescriptor *coreClass;

#endif /* CORE_H_INCLUDED */