etgri.h

来自「its creates virtual multi tasking i DOS」· C头文件 代码 · 共 32 行

H
32
字号
/*******************************************************
 *                                                     *
 *  Program : EasyTask        Language : C++           *
 *                                                     *
 *  Modified : 20 nov 2003                             *
 *                                                     *
 *  Copyright (c) 1988,2003, ORITECH    V 5.1          *
 *  All rights reserved.                               *
 *                                                     *
 *******************************************************
 *  You may not give away or cell or copy any part of  *
 *  the source code.                                   *
 *******************************************************
 *                                                     *
 *  MTGRI.H      graphic interface functions           *
 *                                                     *
 *******************************************************/

  #ifdef __BORLANDC__
    #include "etgri_b.h"
  #endif
  #ifdef _MSC_VER
    #include "etgri_m.h"
  #endif
  #ifdef __WATCOMC__
    #include "etgri_w.h"
  #endif

// end of source


⌨️ 快捷键说明

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