📄 metalibs.h
字号:
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerated Technology, Inc. */
/* */
/* PROPRIETARY RIGHTS of Accelerated Technology are involved in the */
/* subject matter of this material. All manufacturing, reproduction, */
/* use, and sales rights pertaining to this subject matter are governed */
/* by the license agreement. The recipient of this software implicitly */
/* accepts the terms of the license. */
/* */
/*************************************************************************/
/*************************************************************************/
/* */
/* FILE NAME VERSION */
/* */
/* metalibs.h 1.9 */
/* */
/* COMPONENT */
/* */
/* All */
/* */
/* DESCRIPTION */
/* */
/* This file is the library inlcude file list. */
/* */
/* AUTHOR */
/* */
/* Robert G. Burrill, Accelerated Technology, Inc. */
/* */
/* DATA STRUCTURES */
/* */
/* None */
/* */
/* FUNCTIONS */
/* */
/* None */
/* */
/* DEPENDENCIES */
/* */
/* None */
/* */
/* HISTORY */
/* */
/* NAME DATE REMARKS */
/* */
/* */
/*************************************************************************/
#if metalibs & metmacs3
#include "metmacs3.h" /* MetaWINDOW Utility Macros */
#endif /* metalibs & metmacs3 */
#if metalibs & (metconst | grafdata)
#include "metconst.h" /* MetaWINDOW Constant & Stucture Definitions */
#endif /* metalibs & (metconst OR grafdata) */
#if metalibs & (metports | grafdata)
#include "metports.h" /* MetaWINDOW Port & Bitmap Definitions */
#endif /* metalibs & (metports | grafdata) */
#if metalibs & metaproc
#include "metaproc.h" /* MetaWINDOW Procedure ID's & error codes */
#endif /* metalibs & metaproc */
#if metalibs & grafdata
#include "grafdata.h"
#endif /* metalibs & grafdata */
#if metalibs & metfonts
#include "metfonts.h"
#endif /* metalibs & metfonts */
#if metalibs & (metDDaRcd | metEdgeRcd)
#include "arcs.h"
#endif /* metalibs & (metDDaRcd | metEdgeRcd) */
#if metalibs & wndodata
#include "wndo.h"
#endif /* metalibs & wndodata */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -