gfx.cpp

来自「一个嵌入式系统的C代码」· C++ 代码 · 共 23 行

CPP
23
字号
//*************************************************************************//  MODULE : Gfx - Module functions and globals                           *//  AUTHOR : Ron Chernich                                                 *//  PURPOSE: This module contains all the compiler dependant primitives.  *//  HISTORY:                                                              *//   02-DEC-92  First (MSC/C++ 7.00) version                              *//   24-JAN-93	Clipping routines added 				  *//   07-APR-93  Borland pixel addressing is relative clip origin!!        *//   23-MAY-93  Explicit path removed from BC <initgraph> (Needs EGAVGA)  *//   05-FEB-94  GfxFill combined into GfxRect 'cause Xlib has no support! *//*************************************************************************#include "gfx.hpp"#ifdef DOS_ENV  #include "gfxdos.cpp"#endif#ifdef UNIX  #include "gfxunix.cc"#endif

⌨️ 快捷键说明

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