etgri.cpp

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

CPP
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.                                   *
 *******************************************************
 *                                                     *
 *  ETGRI.CPP      graphic interface functions         *
 *                                                     *
 *******************************************************/     
 
#ifdef __BORLANDC__   
  #include "ETGri_B.cpp"
#endif

#ifdef _MSC_VER
  #include "ETGri_M.cpp"
#endif

#ifdef __WATCOMC__
  #include "ETGri_W.cpp"
#endif


⌨️ 快捷键说明

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