home *** CD-ROM | disk | FTP | other *** search
- #ifndef GRAPHICS_GFXBASE_H
- #define GRAPHICS_GFXBASE_H
-
-
- /*******************************************************************
- pOS / Amiga adapt
- *******************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef __INC_POS_PGFX_GFXBASE_H
- #include <p:pGFX/GFXBase.h>
- #endif
- #ifndef EXEC_LIBRARIES_H
- #include <exec/libraries.h>
- #endif
- #ifndef EXEC_INTERRUPTS_H
- #include <exec/interrupts.h>
- #endif
- #ifndef GRAPHICS_MONITOR_H
- #include <graphics/monitor.h>
- #endif
-
- struct GfxBase
- {
- struct Library LibNode;
- };
-
- #define GRAPHICSNAME "pgraphics.library"
-
- #endif /* GRAPHICS_GFXBASE_H */
-