#ifndef PROTO_GRAPHICS_H
#define PROTO_GRAPHICS_H

#ifndef GRAPHICS_SCALE_H
#include <graphics/scale.h>
#endif

#include <clib/graphics_protos.h>
#undef GetOutlinePen
#include <inline/graphics.h>

#ifndef __NOLIBBASE__
extern struct GfxBase * __CONSTLIBBASEDECL__ GfxBase;
#endif

#endif
