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