/*
** $PROJECT: htdemo.datatype DataType demonstrating hypertext.datatype features
**
** $VER: classdata.h 40.3 (09.09.97)
**
** by
**
** Stefan Ruppert , Windthorststrasse 5 , 65439 Floersheim , GERMANY
**
** (C) Copyright 1996
** All Rights Reserved !
**
** $HISTORY:
**
** 09.09.97 : 040.003 : changed to ClassLib sources
** 15.09.96 : 040.002 : added htdemo_rev.h include
** 08.09.96 : 040.001 : initial
*/

/* ------------------------------- includes ------------------------------- */

#include <datatypes/hypertextclass.h>
#include <proto/hypertextdtclass.h>

#include "htdemo_rev.h"

/* ---------------------------- instance data ----------------------------- */

/* Instance data for your subclass. see INSTANCESIZE define */
/* no own data */

/* set here the sizeof() your instance data */
#define INSTANCESIZE             0

/* your subclass' name */
#define CLASSNAME                "htdemo.datatype"

/* nothing to say */
#define SUPERCLASSNAME           "hypertext.datatype"
#define SUPERCLASSLIBRARY        "datatypes/hypertext.datatype"
#define SUPERCLASSLIBRARYVERSION 40

/* define this, if you provide a UserClassBaseInit(), which will be called
 * in LibOpen() context. See Also classbase.c
 */
#undef USERCLASSBASEINIT

/* define this, if you want extra data in the LibraryBase */
#undef USERCLASSBASEDATA

#define USE_DOSLIB
#define USE_DATATYPESLIB

#define HyperTextDTClassBase SuperClassBase

