CLOSERS.H
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:0k
源码类别:

游戏

开发平台:

Visual C++

  1. #ifndef _CLOSERS_
  2. #define _CLOSERS_
  3. #ifdef OS_DOS
  4. void Dos_Close();
  5. #endif
  6. #ifdef OS_WINDOWS
  7. void Win_Close();
  8. #endif
  9. #endif