33 lines
926 B
C
33 lines
926 B
C
|
/* ______ ___ ___
|
||
|
* /\ _ \ /\_ \ /\_ \
|
||
|
* \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___
|
||
|
* \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\
|
||
|
* \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \
|
||
|
* \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
|
||
|
* \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
|
||
|
* /\____/
|
||
|
* \_/__/
|
||
|
*
|
||
|
* Inline functions (generic C).
|
||
|
*
|
||
|
* By Shawn Hargreaves.
|
||
|
*
|
||
|
* See readme.txt for copyright information.
|
||
|
*/
|
||
|
|
||
|
|
||
|
#include "allegro5/inline/gfx.inl"
|
||
|
|
||
|
#include "allegro5/inline/color.inl"
|
||
|
|
||
|
#include "allegro5/inline/draw.inl"
|
||
|
|
||
|
#include "allegro5/inline/fmaths.inl"
|
||
|
|
||
|
#include "allegro5/inline/3dmaths.inl"
|
||
|
|
||
|
#include "allegro5/inline/matrix.inl"
|
||
|
|
||
|
/* alcompat.h includes some inline functions */
|
||
|
#include "allegro5/alcompat.h"
|