RE: [AD] 4.1.3 WIP release

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Title: RE: [AD] 4.1.3 WIP release

> It looks like the 4.1.2 WIP release was a fiasco on the
> Windows side :-(
> So I'll make a 4.1.3 WIP release the next week-end.

You might want to include a very simple patch:

<B14C9D7F1977D111AD740060970ACBDAFAC78E@warhol> adds a graphics.h
include file which encompasses the graphics related headers,
following a remark by Peter that this was too finely split.
It keeps the split, but allow this new header to bring all gfx
stuff at once. I'd be surprised if it did break anything, and
it's probably best to have it available early if we want people
to have the option of using it.


allegro/include/graphics.h:
(those who have outlook might be amused by Outlook's stupidity
regarding that ---| interpretation of \\ ...
                  |
                  \/
--8<----------------------------------------
/*         ______   ___    ___
 *        /\  _  \ /\_ \  /\_ \
 *        \ \ \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

#ifdef __cplusplus
   extern "C" {
#endif

#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"

#ifdef __cplusplus
   }
#endif

#endif          /* ifndef ALLEGRO_GRAPHICS_H */
--8<------------------------------------------

--
Vincent Penquerc'h



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/