gfx.h

来自「利用VC++和OpenGVS结合编的一个关于火车运行的三维模拟程序。是OpenG」· C头文件 代码 · 共 35 行

H
35
字号
/*  Copyright (C) 1990-2001, Quantum3D, Inc., *  San Jose, California USA.  All Rights Reserved. *//*******************************************************************************    gfx.h -- **	Project header file for graphics components*******************************************************************************/#ifndef GFX_H#define GFX_H#include <g_sys.h>#include <gv_chn.h>#include <gv_fbf.h>#ifdef __cplusplusextern "C" {#endif/* Number of shared channels supported by this demo */#define MAX_CHANNELS 	3extern int        pcf_nunits_requested;extern G_Boolean  pcf_allow_multiunits;extern GV_Channel channel[MAX_CHANNELS];#ifdef __cplusplus}#endif#endif /* GFX_H */

⌨️ 快捷键说明

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