/* ______ ___ ___ * /\ _ \ /\_ \ /\_ \ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/ * /\____/ * \_/__/ * * Container for all graphics related routines. * * By Shawn Hargreaves. * * See readme.txt for copyright information. */ #ifndef ALLEGRO_GRAPHICS_H #define ALLEGRO_GRAPHICS_H #include "base.h" #include "gfx.h" #include "text.h" #include "3d.h" #include "draw.h" #include "color.h" #include "palette.h" #include "rle.h" #include "compiled.h" #endif /* ifndef ALLEGRO_GRAPHICS_H */