/* ______ ___ ___ * /\ _ \ /\_ \ /\_ \ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/ * /\____/ * \_/__/ * * 16 bit color linear graphics functions. * * By Michael Bukin. * * See readme.txt for copyright information. */ #include "allegro.h" #ifdef ALLEGRO_COLOR16 #include "allegro/internal/aintern.h" #include "cdefs16.h" #include "cgfx.h" #endif