ext_stencil_wrap_extension.h

来自「it is a visual c++ file」· C头文件 代码 · 共 19 行

H
19
字号
//////////////////////////////////////////////////////////////////////////////////////////
//	EXT_stencil_wrap_extension.h
//	Extension setup header
//	Downloaded from: www.paulsprojects.net
//	Created:	30th September 2002
//
//	Copyright (c) 2006, Paul Baker
//	Distributed under the New BSD Licence. (See accompanying file License.txt or copy at
//	http://www.paulsprojects.net/NewBSDLicense.txt)
//////////////////////////////////////////////////////////////////////////////////////////	

#ifndef EXT_STENCIL_WRAP_EXTENSION_H
#define EXT_STENCIL_WRAP_EXTENSION_H

bool SetUpEXT_stencil_wrap();
extern bool EXT_stencil_wrap_supported;

#endif	//EXT_STENCIL_WRAP_EXTENSION_H

⌨️ 快捷键说明

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