header_begin.txt

来自「ROBOCUP 仿真3D server 源码」· 文本 代码 · 共 21 行

TXT
21
字号
#line 2 "utility/glextgen/tocopy/header_begin.txt"#ifndef GLEXTENSIONREG_H__#define GLEXTENSIONREG_H__#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__)#define WIN32_LEAN_AND_MEAN 1#include <windows.h>#endif#define GL_GLEXT_PROTOTYPES#include <GL/gl.h>#include <GL/glext.h>#if defined(_WIN32)#include <GL/wglext.h>#else#include <GL/glx.h>#include <GL/glxext.h>#endif

⌨️ 快捷键说明

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