Import the current wip animation datatype and subclasses. further development will...
[AROS.git] / workbench / classes / datatypes / text / obtainengine.c
blob2b97c9f419bc98a50c2ce47022deb4325773f0da
1 #include <exec/libraries.h>
2 #include <intuition/classes.h>
3 #include <proto/exec.h>
4 #include <aros/libcall.h>
5 #include "compilerspecific.h"
7 #include "text_intern.h"
9 #if defined(__AROS__) && !defined(__MORPHOS__)
10 #include LC_LIBDEFS_FILE
11 #else
12 #include "libdefs.h"
13 #endif
15 extern SAVEDS STDARGS struct IClass *ObtainEngine(struct TextBase_intern *libbase);
17 /***************************************************************************************************/
19 AROS_LH0(struct IClass *, ObtainEngine,
20 LIBBASETYPEPTR, LIBBASE, 5, BASENAME)
22 AROS_LIBFUNC_INIT
24 return ObtainEngine(LIBBASE);
26 AROS_LIBFUNC_EXIT
29 /***************************************************************************************************/