1 #ifndef CLIB_DTCLASS_PROTOS_H
    2 #define CLIB_DTCLASS_PROTOS_H
    3 
    4 /*
    5 	dtclass C prototypes
    6 
    7 	Copyright © 2002 The MorphOS Development Team, All Rights Reserved.
    8 */
    9 
   10 #ifndef EXEC_TYPES_H
   11 # include <exec/types.h>
   12 #endif
   13 
   14 #ifndef  INTUITION_CLASSES_H
   15 # include <intuition/classes.h>
   16 #endif
   17 
   18 #ifndef  INTUITION_CLASSUSR_H
   19 # include <intuition/classusr.h>
   20 #endif
   21 
   22 
   23 #ifdef __cplusplus
   24 extern "C" {
   25 #endif /* __cplusplus */
   26 
   27 Class *ObtainEngine( VOID );
   28 
   29 #ifdef __cplusplus
   30 }
   31 #endif /* __cplusplus */
   32 
   33 
   34 #endif /* CLIB_DTCLASS_PROTOS_H */