oglt.h
来自「这是一个用于生成等值线的源代码」· C头文件 代码 · 共 19 行
H
19 行
#ifndef OGLT_H
#define OGLT_H
#ifndef OGLTOOLS_EXT_CLASS
#ifdef _OGLTOOLS_DLL
#define OGLTOOLS_EXT_CLASS _declspec(dllexport)
#else
#define OGLTOOLS_EXT_CLASS _declspec(dllimport)
#endif
#endif
#include <GL/gl.h>
#include <GL/glu.h>
#include "CWGL.h"
#include "CGLImage.h"
#include "CGLTexture.h"
#include "CRGBSurface.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?