graphics.inc

来自「著名的游戏开发库Allegro4.2.0 for DELPHI」· INC 代码 · 共 34 行

INC
34
字号
/*         ______   ___    ___
 *        /\  _  \ /\_ \  /\_ \
 *        \ \ \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 */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?